Browse Source

fix: add max width for modal panel

Tienson Qin 4 years ago
parent
commit
baa18a6039
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/ui.css

+ 1 - 0
src/main/frontend/ui.css

@@ -66,6 +66,7 @@
   }
 
   &-panel {
+      max-width: 768px;
       @apply relative rounded-md shadow-xl;
       background: var(--ls-secondary-background-color);
       .panel-content {