mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 08:35:42 +00:00
4c622fe8de
- Use flexbox instead of float Visual changes: - The title wraps differently when the title is very long Bug: T313947 Change-Id: I2915e36286b21c8fd1a07247ada7754a08a0b574
10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
.vector-page-titlebar {
|
|
display: flex;
|
|
border-bottom: 1px solid @border-color-base;
|
|
|
|
.firstHeading {
|
|
flex-grow: 1;
|
|
border: 0;
|
|
}
|
|
}
|