REFACTOR: Convert buttons to flexbox (#11785)

This commit is contained in:
Kris
2021-01-27 16:17:08 -05:00
committed by GitHub
parent 809274fe0d
commit f1d5d2b134
18 changed files with 67 additions and 69 deletions

View File

@ -201,7 +201,7 @@
flex: 1;
@include ellipsis;
width: 100%;
text-align: left;
justify-content: flex-start;
}
}