mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup some css and remove a float
This commit is contained in:
parent
5e9941d58f
commit
43c4293330
5 changed files with 11 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue