[web-src] Add margin left/right to modal dialogs

This commit is contained in:
chme 2018-12-16 11:02:58 +01:00
parent 55e75dc850
commit 0358094908

View File

@ -150,3 +150,7 @@ section.fd-tabs-section + section.fd-content {
max-height: calc(100vh - 200px); max-height: calc(100vh - 200px);
overflow: auto; overflow: auto;
} }
.fd-modal-card .card {
margin-left: 16px;
margin-right: 16px;
}