mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Fix border-box issue .buttonCompose
This commit is contained in:
parent
72e89ba4e0
commit
8a5274de61
1 changed files with 2 additions and 4 deletions
|
@ -214,12 +214,10 @@
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
&.buttonCompose {
|
&.buttonCompose {
|
||||||
width: calc(100% - 68px);
|
max-height: 2em;
|
||||||
max-width: -moz-fit-content;
|
|
||||||
max-width: -webkit-fit-content;
|
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 2em;
|
width: calc(100% - 48px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue