diff --git a/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss b/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss index b57d610488..cedb2f4be0 100644 --- a/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss +++ b/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss @@ -25,11 +25,15 @@ limitations under the License. height: var(--size); line-height: var(--size); width: auto; - padding-left: var(--size); - margin-right: 2px; + padding-left: 22px; + margin-right: 8px; background-color: transparent; border: none; + &:first-child { + margin-left: 12px; + } + &:last-child { margin-right: auto; }