fix(Grid): set max height for grid rows
This commit is contained in:
parent
51f17a6726
commit
e05679153d
1 changed files with 4 additions and 2 deletions
|
|
@ -677,8 +677,7 @@
|
|||
}
|
||||
.column-limit-reached {
|
||||
background-color: var(--subtle-accent);
|
||||
border-top-left-radius: var(--border-radius-md);
|
||||
border-top-right-radius: var(--border-radius-md);
|
||||
border-radius: var(--border-radius-md);
|
||||
border: 1px solid var(--table-border-color);
|
||||
overflow-y: hidden;
|
||||
.form-grid {
|
||||
|
|
@ -688,6 +687,9 @@
|
|||
&:focus-visible {
|
||||
@include grid-focus();
|
||||
}
|
||||
.grid-static-col {
|
||||
height: 38px;
|
||||
}
|
||||
.grid-static-col.col-xs-1 {
|
||||
flex: 1 0 60px;
|
||||
width: 60px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue