feature: caption help text

fix: editing style when turning column content wrap to `true`
This commit is contained in:
2024-03-08 10:51:06 +08:00
parent 3ea7ce62bb
commit 39378e9963
3 changed files with 115 additions and 43 deletions

View File

@ -125,6 +125,14 @@
>.ui-check-wrapper {
height: 20px;
}
>svg {
width: 14px;
min-width: 14px;
height: 14px;
margin-left: 4px;
fill: var(--split-border-color);
}
}
>.arrow {
@ -367,6 +375,7 @@
box-sizing: border-box;
width: 100%;
padding: 0;
max-height: none !important;
@include outline();