* PLT-5816 - Flagged posts tooltip fix

* PLT-5766 - Link previews appearing outside the box

* PLT-5795 - Fixing alignment user list in channel

* PLT-5818 - Reset password error not aligned

* PLT-5837 - Adjusting image preview max height

* PLT-5778 - Updating word break for paragraphs

* PLT-5848 - Updating label for file error

* PLT-5846 - Markdown tables extra border on mobile

* PLT-5662 - Pinned post UI improvement

* Fixing eslint error

* Updating tooltip eslint issue

* PLT-5832 - Removing error styling on labels
Этот коммит содержится в:
Asaad Mahmood
2017-03-17 17:19:54 +05:00
коммит произвёл Joram Wilander
родитель 6f87438cbb
Коммит bfae88e60c
14 изменённых файлов: 77 добавлений и 57 удалений

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

@@ -345,7 +345,7 @@
}
img {
max-height: 100%;
max-height: calc(100vh - 200px);
max-width: 100%;
}

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

@@ -209,6 +209,15 @@
.more-modal__row {
min-height: inherit;
}
.more-modal__details {
line-height: 32px;
}
.more-modal__actions {
line-height: 31px;
margin: 0;
}
}
.popover-content {

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

@@ -7,6 +7,12 @@
padding: 3px 10px 4px;
word-break: break-word;
}
&.text-nowrap {
.tooltip-inner {
white-space: nowrap;
}
}
}
#webrtcTooltip {