diff --git a/web/react/components/user_settings/manage_command_hooks.jsx b/web/react/components/user_settings/manage_command_hooks.jsx index 948ab78854..d23d2957e3 100644 --- a/web/react/components/user_settings/manage_command_hooks.jsx +++ b/web/react/components/user_settings/manage_command_hooks.jsx @@ -530,17 +530,19 @@ export default class ManageCommandCmds extends React.Component { />
- +
+ +
@@ -637,7 +639,7 @@ export default class ManageCommandCmds extends React.Component {
{addError} -
+
.row.main { diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index a018315e3c..61eb636bcb 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -570,11 +570,20 @@ body.ios { li { display: inline-block; + vertical-align: top; } .col__name { margin-right: 7px; font-weight: 600; + + .user-popover { + max-width: 130px; + @include clearfix; + text-overflow: ellipsis; + white-space: nowrap; + } + } .col__reply {