Cleanup some css and remove a float

This commit is contained in:
djmaze 2021-02-05 15:56:15 +01:00
parent 5e9941d58f
commit 43c4293330
5 changed files with 11 additions and 17 deletions

View file

@ -273,12 +273,14 @@
&.buttonCompose {
width: calc(~'100% - 85px');
max-width: -moz-fit-content;
max-width: -webkit-fit-content;
max-width: fit-content;
white-space: nowrap;
overflow: hidden;
height: 19px;
display: inline-block;
margin-top: 1px;
padding: 4px 8px;
}
}