Drop the .clearfix (old "fix" float stuff)

This commit is contained in:
djmaze 2021-11-08 22:03:31 +01:00
parent e417a2801b
commit d64cfb96ad
5 changed files with 11 additions and 27 deletions

View file

@ -153,7 +153,9 @@
}
.language-buttons {
flex-grow: 1;
margin-top: 5px;
text-align: right;
}
.language-button {

View file

@ -114,7 +114,6 @@ dialog > footer {
text-align: right; // right align buttons
border-top: 1px solid #ddd;
border-radius: 0 0 6px 6px;
.clearfix(); // clear it in case folks use .pull-* classes on buttons
// Properly space out buttons
.btn + .btn {