|
|
@@ -104,23 +104,21 @@ body.on-edit {
|
|
|
pointer-events: initial; // enable pointer-events
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- div.title-container {
|
|
|
- margin-right: 0px;
|
|
|
+ .header-wrap {
|
|
|
overflow-x: hidden;
|
|
|
+ }
|
|
|
|
|
|
- h1#revision-path {
|
|
|
- @include variable-font-size(20px);
|
|
|
- line-height: 1em;
|
|
|
+ h1#revision-path {
|
|
|
+ @include variable-font-size(20px);
|
|
|
+ line-height: 1em;
|
|
|
|
|
|
- // nowrap even if the path is too long
|
|
|
- .d-flex {
|
|
|
- flex-wrap: nowrap;
|
|
|
- }
|
|
|
+ // nowrap even if the path is too long
|
|
|
+ .d-flex {
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ }
|
|
|
|
|
|
- .path-segment {
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
+ .path-segment {
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
|