Skip to content

Commit

Permalink
[FIX] Message box not centered (#15367)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler authored and ggazzo committed Sep 13, 2019
1 parent 72bdd6e commit 49d0e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/theme/client/imports/components/message-box.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
border-color: var(--message-box-container-border-color);
border-radius: var(--message-box-container-border-radius);

line-height: 20px;
align-items: center;

&.editing {
Expand All @@ -120,6 +119,8 @@
font-family: inherit;
font-size: var(--message-box-text-size);

line-height: 21px;

&::placeholder {
color: var(--message-box-placeholder-color);
}
Expand Down

0 comments on commit 49d0e19

Please sign in to comment.