Skip to content

Commit

Permalink
fix: add max width for modal panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Mar 8, 2021
1 parent ec55e88 commit baa18a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/frontend/ui.css
Expand Up @@ -66,6 +66,7 @@
}

&-panel {
max-width: 768px;
@apply relative rounded-md shadow-xl;
background: var(--ls-secondary-background-color);
.panel-content {
Expand Down

0 comments on commit baa18a6

Please sign in to comment.