reduce vertical padding around explore/filter

pull/21833/head
Bruno Windels 2019-09-12 11:27:20 +02:00 committed by David Baker
parent 122e15156a
commit e4a452e4bd
1 changed files with 2 additions and 2 deletions

View File

@ -132,6 +132,7 @@ limitations under the License.
.mx_SearchBox {
flex: 1 1 0;
min-width: 0;
margin: 4px 9px 1px 9px;
}
}
@ -147,8 +148,7 @@ limitations under the License.
.mx_AccessibleButton {
font-size: 14px;
margin: 9px;
margin-right: 0;
margin: 4px 0 1px 9px;
padding: 9px;
padding-left: 42px;
font-weight: 600;