Skip to content

Commit

Permalink
fix: permissions selector width (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Feb 19, 2025
1 parent 5b0dde4 commit 342da3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/unfold/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ table tr.selected th {
Selector
*******************************************************/
.selector {
@apply flex flex-col flex-grow items-center max-w-2xl md:flex-row;
@apply flex flex-col flex-grow items-center md:flex-row;
}

.selector select {
Expand Down

0 comments on commit 342da3c

Please sign in to comment.