Commit da64c1dac95b96984283e496070ab9dc086dca4d
1 parent
5d51d487
fix: error action style
Showing
1 changed file
with
1 additions
and
1 deletions
src/layouts/default/header/index.less
@@ -108,7 +108,7 @@ | @@ -108,7 +108,7 @@ | ||
108 | align-items: center; | 108 | align-items: center; |
109 | 109 | ||
110 | &__item { | 110 | &__item { |
111 | - display: flex; | 111 | + display: flex !important; |
112 | height: @header-height; | 112 | height: @header-height; |
113 | padding: 0 2px; | 113 | padding: 0 2px; |
114 | font-size: 1.2em; | 114 | font-size: 1.2em; |