mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +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;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: 16px;
|
||||
width: 14px;
|
||||
width: 16px;
|
||||
height: 22px;
|
||||
mask-position: center;
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue