chore: stabilize icon width on `PageHeader`
This commit is contained in:
parent
56a602f67c
commit
dd5c0da440
|
@ -220,6 +220,10 @@ onUnmounted(() => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabIcon {
|
||||||
|
width: 1.28em;
|
||||||
|
}
|
||||||
|
|
||||||
.tabIcon + .tabTitle {
|
.tabIcon + .tabTitle {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue