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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user