Reduce width of non-multiple ajax selects

This commit is contained in:
imperosol
2024-11-10 15:57:32 +01:00
committed by Bartuccio Antoine
parent 26770de40e
commit a97dba18c2
5 changed files with 328 additions and 349 deletions

View File

@ -189,32 +189,12 @@
}
>form {
>p {
box-sizing: border-box;
}
>.results_on_deck>div {
position: relative;
display: flex;
align-items: center;
word-break: break-word;
>span {
position: absolute;
top: 0;
right: 0;
}
}
input {
input, .ts-wrapper {
min-width: 100%;
max-width: 100%;
margin: 5px;
box-sizing: border-box;
}
button {
font-weight: bold;
}
}
}
}