#1256 Fix Icon alignment mismatch and the rows to have the same height. (#5447)

This commit is contained in:
ioan-sabau
2020-02-05 14:04:18 +02:00
committed by GitHub
parent bab4906632
commit 2c9c564f3a

View File

@@ -32,9 +32,11 @@
&__group, &__block, &__file-version {
min-width: 100px;
display: flex;
display: flex !important;
justify-content: flex-end;
line-height: 40px;
height: 40px;
align-items: center;
}
&__group--toggle {