* 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 удалений

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

@@ -97,6 +97,10 @@
}
}
}
.integration-option {
width: 280px;
}
}
@media (min-width: 992px) {

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

@@ -1,6 +1,12 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
#post-list {
.markdown-inline-img {
max-width: 100%;
}
}
.member-role .member-menu,
.member-drop .member-menu {
right: 0;
@@ -181,6 +187,7 @@
@include opacity(.6);
@include transition(none);
display: block;
position: relative;
}
.post-code {