Skip to content

Commit ce4a5c6

Browse files
authored
List layout bugs (#2819)
* prevent vertical clipping of typeaheads * prevent second grid row on desktop
1 parent 4866ee8 commit ce4a5c6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

dt-assets/build/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dt-assets/scss/_list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
&.show-actions {
9292
grid-template-columns: 0fr 3fr 3fr;
9393
margin-inline: calc(var(--grid-gap) * -1) 0;
94+
grid-template-rows: 1fr;
9495

9596
#list-filters {
9697
& > * { opacity: 0; display: none; }

dt-assets/scss/_list_actions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
> .cell {
3434
flex: 1 1 200px;
3535
min-width: 200px;
36-
overflow: clip;
36+
overflow-x: clip;
3737

3838
&.medium-12 {
3939
flex: 1 1 100%;

0 commit comments

Comments
 (0)