dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.35k stars 1.07k forks source link

[BUG] Tags incorrectly wrapping #784

Closed jamesdeluk closed 1 year ago

jamesdeluk commented 1 year ago

Describe the bug 描述你遇到的错误

The tags on the homepage don't seem to wrap properly.

Expected behavior 期待的行为

The tags to consistently wrap at the same width.

Screenshots 屏幕截图

image

Build Environment 构建环境

Please try to use Hugo extended version before opening the issue. 请在创建 issue 之前先尝试使用 Hugo extended 版本构建.

jamesdeluk commented 1 year ago

Looks like this can be fixed with _custom.scss:

.post-tags a {
  display: inline-block !important;
}