PLT-4609 - Fixing list modals on mobile (#4453)

* PLT-4609 - Fixing list modals on mobile

Removing style prop

Removing utils import

PLT-4609 - Fixing list modals on mobile

Removing style prop

Removing utils import

Removing Utils

Removing memberlist style prop

Removing blank line

* Removing height code from team members modal
Этот коммит содержится в:
Asaad Mahmood
2016-11-08 19:58:32 +05:00
коммит произвёл Harrison Healey
родитель 428444d185
Коммит c0a631000e
8 изменённых файлов: 9 добавлений и 45 удалений

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

@@ -9,8 +9,6 @@
}
.filtered-user-list {
max-height: 65vh !important;
.filter-button {
.btn {
width: 100%;
@@ -1309,6 +1307,12 @@
.app__body {
.modal {
&.more-channel__modal {
.modal-body {
padding-bottom: 35px;
}
}
.settings-modal {
&.display--content {
.modal-body {
@@ -1318,6 +1322,7 @@
.modal-body {
max-height: 70%;
padding-bottom: 0;
}
.settings-table {