Removed square corners on modals, popovers on small screens

• Removed:
- square corners on modals, popovers on small screens
This commit is contained in:
mgabdev 2020-12-31 16:40:12 -05:00
parent 3224ad2546
commit 74cc04c4cf

View File

@ -749,11 +749,6 @@ pre {
min-width: 100% !important;
}
.modal > div {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.modal:after {
content: '';
display: block;