mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Fix icons being cut off in settings
Fixes https://github.com/vector-im/riot-web/issues/8578
This commit is contained in:
parent
ae945eaf12
commit
96619afc7c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ limitations under the License.
|
||||||
background-color: $tab-label-icon-bg-color;
|
background-color: $tab-label-icon-bg-color;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-size: 16px;
|
mask-size: 16px;
|
||||||
width: 14px;
|
width: 16px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in a new issue