-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
BUGSomething isn't workingSomething isn't workinggood first issueRight issue if you're new to vuesticRight issue if you're new to vuestic
Description
Vuestic-ui version: 1.10.3
Description
I am using the
<VaOptionList
v-model="selectedCategory"
label="Seleziona categoria"
:options="selectableCategories"
/>
My problem is that the lines do not wrap on newline, and even if I think this is intended behaviour, i want to make sure it wasn't some sort of workaround, because i managed to fix it by changing:
> label.va-radio__square {
display: inline-grid;
grid-template-columns: 30px auto;
}
IMHO this works better than the actual setup using flexbox and width: max-content
, because the same behaviour is obtained in a cleaner way.
Then i just changed:
> div.va-radio__text {
white-space: normal;
}
Now it is possible to set it to normal
or nowrap
at will
Reproduction
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't workinggood first issueRight issue if you're new to vuesticRight issue if you're new to vuestic
Type
Projects
Status
Backlog