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 {
&.buttonCompose {
width: calc(100% - 68px);
max-width: -moz-fit-content;
max-width: -webkit-fit-content;
max-height: 2em;
max-width: fit-content;
overflow: hidden;
max-height: 2em;
width: calc(100% - 48px);
}
}