Skip to content

Commit c1d2b80

Browse files
Merge pull request #106 from Brightscout/v2.2.0
Bump plugin version to v2.2.0
2 parents 0df430d + 918317e commit c1d2b80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Mattermost Azure DevOps plugin",
44
"description": "This plugin provides services of Azure DevOps such as Boards and Repos",
55
"icon_path": "assets/azurebot.svg",
6-
"version": "2.1.0",
6+
"version": "2.2.0",
77
"min_server_version": "5.37.0",
88
"server": {
99
"executables": {
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.modal {
22
&__body {
33
padding: 12px 15px 12px;
4-
overflow: visible !important;
4+
overflow-y: auto;
5+
max-height: 430px;
56
}
67
}

0 commit comments

Comments
 (0)