feature: caption help text
fix: editing style when turning column content wrap to `true`
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user