1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

modal widths are fixed

This commit is contained in:
Kyle Spearrin
2018-07-10 11:02:25 -04:00
parent 716619e7f1
commit a8618f1c79

View File

@@ -202,6 +202,18 @@ input, select, textarea {
}
}
.modal-dialog {
width: $modal-md;
}
.modal-sm {
width: $modal-sm;
}
.modal-lg {
width: $modal-lg;
}
.modal-body {
h3 {
font-weight: normal;