Deckで長いタイトルのページを開くとヘッダーが伸びる問題を修正
This commit is contained in:
parent
2de1df3514
commit
eedc572f0c
|
@ -344,6 +344,7 @@ export default defineComponent({
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
|
height: $header-height;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: var(--panelHeaderFg);
|
color: var(--panelHeaderFg);
|
||||||
|
|
Loading…
Reference in New Issue