Przeglądaj źródła

adjust modal width

itizawa 6 lat temu
rodzic
commit
bd5a8c82fd

+ 4 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -136,6 +136,10 @@ h5 {
   box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
   box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
 }
 }
 
 
+.modal-dialog {
+  max-width: 600px;
+}
+
 .modal-header {
 .modal-header {
   border-bottom: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
 }
 }