From 928734b8e4aed2ce12d4be0b19fd28540f40825c Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Sat, 31 Dec 2022 10:15:38 +0800 Subject: [PATCH] :lipstick: Improve style around tags --- assets/style-refractored.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 4b6236c..7329981 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -211,7 +211,6 @@ $gray: #919EB1; .avatar{ max-height: 45px; float: left; - margin-bottom: 10px; } .intro{ @@ -225,11 +224,17 @@ $gray: #919EB1; font-size: 24px; } + div:nth-child(2) { + word-break: break-all; + line-height: 18px; + } + .tag{ font-size: 80%; margin-left: 0px; margin-right: 10px; color: #6c757d!important; + white-space: nowrap; &::before{ content:"#"; @@ -237,6 +242,8 @@ $gray: #919EB1; } } } + + margin-bottom: 16px; } /* END - user name, avatar & tags */