mediawiki-skins-Vector/resources/skins.vector.styles/components/ContentHeader.less
bwang 4c622fe8de Correct ContentHeader source order to match design
- Use flexbox instead of float

Visual changes:
- The title wraps differently when the title is very long

Bug: T313947
Change-Id: I2915e36286b21c8fd1a07247ada7754a08a0b574
2022-09-08 19:10:55 +00:00

10 lines
138 B
Plaintext

.vector-page-titlebar {
display: flex;
border-bottom: 1px solid @border-color-base;
.firstHeading {
flex-grow: 1;
border: 0;
}
}