modal css fix

This commit is contained in:
Yuri Kuznetsov
2022-03-22 10:53:36 +02:00
parent 93e467af79
commit 51a6b304f2
+1 -1
View File
@@ -3095,7 +3095,7 @@ a.close:focus {
bottom: 0;
display: grid;
grid-gap: 10px;
width: calc(100% - 300px);
width: calc(100% - 100px);
justify-content: end;
@media screen and (max-width: (@screen-sm-min - 1px)) {