space between content and frame of modal dialog increased

This commit is contained in:
svetlagasheva 2019-11-22 11:20:07 +02:00
parent ce0c2c387a
commit 5de793c189

View file

@ -60,8 +60,8 @@
.modal-dialog-content {
flex: 1;
align-self: stretch;
margin: 1rem 0.5rem;
padding: 0 0.5rem;
margin: 2rem 1rem;
padding: 0 1rem;
overflow-y: auto;
.buttons-container {