Skip to content

Commit

Permalink
fix(core): set text-align on host notification (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Mar 22, 2024
1 parent 3f9ee0d commit 7936636
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background: var(--tui-base-01);
box-sizing: border-box;
overflow: hidden;
text-align: left;

.t-more {
display: none;
Expand Down Expand Up @@ -110,6 +111,6 @@
flex: 1;
word-break: break-word;
color: var(--tui-text-01);
text-align: left;
text-align: inherit;
align-self: center;
}

0 comments on commit 7936636

Please sign in to comment.