Skip to content

Commit

Permalink
max filter width on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Aug 19, 2024
1 parent f6a341c commit e4343c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions scss/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: unset;
}


// contents table
#contents > div.card-body div.row {
> div {
Expand All @@ -18,3 +19,10 @@
white-space: nowrap;
}
}

#main-area:not(:has(#header-main.compact)) .table_length {
max-width: max-content;
}
#main-area:not(:has(#header-main.compact)) .table_filter {
max-width: 300px;
}
8 changes: 8 additions & 0 deletions src/cone/app/browser/static/cone/cone.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,11 @@ tr.selectable td {
.table-footer .table_info {
white-space: nowrap;
}

#main-area:not(:has(#header-main.compact)) .table_length {
max-width: max-content;
}

#main-area:not(:has(#header-main.compact)) .table_filter {
max-width: 300px;
}
2 changes: 1 addition & 1 deletion src/cone/app/browser/static/cone/cone.app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4343c5

Please sign in to comment.