1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-01 00:10:39 +02: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;