[Legacy] Add Dashlet Modal Styling Fixes

This commit is contained in:
balumahendran 2023-01-03 17:07:27 +05:30 committed by Clemente Raposo
parent 5b7fa040e3
commit efca0580e8

View file

@ -108,3 +108,9 @@
.modal-add-dashlet, .modal-edit-dashboard {
z-index: 9999999999;
}
.modal-add-dashlet {
#web_address, #rss_address {
margin-right: 0.5em;
}
}