Ui fixes (#4954)
* PLT-5102 - Adjusting whitespace for post textarea * PLT-5099 - Fixing alignment for inputs * PLT-5095 - Pending post controls z-index increase
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
63d2851ec7
Коммит
be5aa0398b
@@ -115,9 +115,9 @@ export default class Textbox extends React.Component {
|
||||
|
||||
// Move over attachment icon to compensate for the scrollbar
|
||||
if (height > maxHeight) {
|
||||
wrapper.closest('.post-body__cell').addClass('scroll');
|
||||
wrapper.closest('.post-create').addClass('scroll');
|
||||
} else {
|
||||
wrapper.closest('.post-body__cell').removeClass('scroll');
|
||||
wrapper.closest('.post-create').removeClass('scroll');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user