Fix padding inside the labels on Settings (#7912)
This commit is contained in:
parent
464bb727db
commit
7e4b856ec3
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ limitations under the License.
|
||||||
.mx_TabbedView_maskedIcon {
|
.mx_TabbedView_maskedIcon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-left: 8px;
|
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,7 +121,7 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px 0;
|
padding: 8px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: $font-13px;
|
font-size: $font-13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue