* PLT-5863 - Fixing overflow in modals

* PLT-6545 - Fix for Code block tag on mobile

* PLT-6549 - Fixing integrations UI

* PLT-6506 - Large embedded images producting scroll
Этот коммит содержится в:
Asaad Mahmood
2017-05-19 18:34:27 +05:00
коммит произвёл Harrison Healey
родитель 2a146766f0
Коммит c998fd4f52
3 изменённых файлов: 16 добавлений и 4 удалений

Просмотреть файл

@@ -12,6 +12,7 @@
.modal-body {
max-height: calc(90vh - 62px);
overflow: auto;
padding: 20px 15px;
}
@@ -28,16 +29,16 @@
}
.edit-post-footer {
display: inline-block;
font-size: 13px;
position: relative;
display: inline-block;
.post-error {
position: relative;
@include opacity(.55);
font-size: .85em;
font-weight: normal;
margin-bottom: 0;
font-size: .85em;
@include opacity(.55);
position: relative;
top: 3px;
}
}