We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0df430d + 918317e commit c1d2b80Copy full SHA for c1d2b80
plugin.json
@@ -3,7 +3,7 @@
3
"name": "Mattermost Azure DevOps plugin",
4
"description": "This plugin provides services of Azure DevOps such as Boards and Repos",
5
"icon_path": "assets/azurebot.svg",
6
- "version": "2.1.0",
+ "version": "2.2.0",
7
"min_server_version": "5.37.0",
8
"server": {
9
"executables": {
webapp/src/components/modal/subComponents/modalBody/styles.scss
@@ -1,6 +1,7 @@
1
.modal {
2
&__body {
padding: 12px 15px 12px;
- overflow: visible !important;
+ overflow-y: auto;
+ max-height: 430px;
}
0 commit comments