Fix border-box issue .buttonCompose

This commit is contained in:
the-djmaze 2022-12-07 16:34:30 +01:00
parent 72e89ba4e0
commit 8a5274de61

View file

@ -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);
} }
} }