mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 13:44:19 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
16 lines
249 B
SCSS
16 lines
249 B
SCSS
.#{$select-ns}-wrapper.plugin-input_autogrow{
|
|
|
|
&.has-items .#{$select-ns}-control > input {
|
|
min-width: 0;
|
|
}
|
|
|
|
&.has-items.focus .#{$select-ns}-control > input {
|
|
flex: none;
|
|
min-width: 4px;
|
|
|
|
&::placeholder {
|
|
color:transparent;
|
|
}
|
|
}
|
|
}
|