Fix icons being cut off in settings

Fixes https://github.com/vector-im/riot-web/issues/8578
This commit is contained in:
Travis Ralston 2019-02-14 09:09:07 -07:00
parent ae945eaf12
commit 96619afc7c

View file

@ -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: '';