DEV: skip using `br` tag in header widget rendering.

562180dd9a
This commit is contained in:
Vinoth Kannan 2020-08-22 13:38:37 +05:30
parent 0b58fee424
commit 66976baefa
2 changed files with 5 additions and 2 deletions

View File

@ -94,8 +94,6 @@ createWidget("header-notifications", {
{},
h("h1.ring-first-notification", {}, [
h("span", {}, I18n.t("user.first_notification")),
h("br"),
h("br"),
h("span", {}, [
I18n.t("user.skip_new_user_tips.not_first_time"),
" ",

View File

@ -444,6 +444,11 @@ table {
width: 230px;
line-height: $line-height-medium;
> span:first-child {
display: inline-block;
margin-bottom: 36px;
}
.skip-new-user-tips {
font-size: $font-down-1;
color: var(--secondary);