fix(modals): add padding to .modal-card — content no longer flush to edges
This commit is contained in:
@@ -1821,13 +1821,14 @@ input[type="range"]::-moz-range-thumb {
|
||||
max-width: 480px;
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 1.25rem 1.5rem 0;
|
||||
padding: 0 0 0.75rem;
|
||||
}
|
||||
|
||||
.modal-header h2 {
|
||||
|
||||
Reference in New Issue
Block a user