mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-16 03:20:53 +02:00
[#7720] fixed multiple select options wrapping
This commit is contained in:
@@ -230,6 +230,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.more-marker {
|
||||
align-self: flex-end;
|
||||
color: var(--surfaceTxtHintColor);
|
||||
}
|
||||
|
||||
.field-type-select {
|
||||
.field-select-choices-input {
|
||||
> input {
|
||||
@@ -245,17 +250,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.more-marker {
|
||||
align-self: flex-end;
|
||||
color: var(--surfaceTxtHintColor);
|
||||
}
|
||||
|
||||
.field-type-select,
|
||||
.field-type-file {
|
||||
&.record-field-view {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -292,6 +294,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.field-type-autodate,
|
||||
.field-type-date {
|
||||
&.record-field-view {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-field-blur {
|
||||
filter: blur(2.5px);
|
||||
transition: filter var(--animationSpeed);
|
||||
|
||||
Reference in New Issue
Block a user