File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1039,6 +1039,7 @@ div.heritage-rating-module {
1039
1039
background : rgb (var (--tables-header-bg ));
1040
1040
color : rgb (var (--tables-header-txt ));
1041
1041
font-weight : var (--wght );
1042
+ text-align : center;
1042
1043
}
1043
1044
1044
1045
: is (th , td ) {
Original file line number Diff line number Diff line change 56
56
"content-wrap"
57
57
"footer"
58
58
"license" ;
59
- grid-template-columns : auto ;
59
+ grid-template-columns : minmax ( 0 , 1 fr ) ;
60
60
width : 100% ;
61
61
height : 100% ;
62
62
margin : 0 ;
102
102
padding-right : 0 ;
103
103
padding-left : 0 ;
104
104
background-color : transparent;
105
+ overflow-wrap : break-word;
105
106
106
107
/* Mobile Chrome Width Fix */
107
108
@supports (not (-webkit-hyphens : none)) and (not (-moz-appearance : none)) and (list-style-type : "*" ) {
@@ -447,8 +448,6 @@ div[id*="page-options-bottom"] {
447
448
flex-wrap : wrap;
448
449
align-items : center;
449
450
justify-content : center;
450
- width : 100% ;
451
- max-width : min (90vw , var (--body-width-on-desktop ));
452
451
gap : 1ch ;
453
452
font-family : var (--UI-font );
454
453
font-size : var (--base-font-size );
@@ -4396,10 +4395,6 @@ div.odialog-shader-iframe {
4396
4395
min-height : calc (100vh - var (--final-header-height-on-mobile ));
4397
4396
}
4398
4397
4399
- # page-options-bottom {
4400
- width : 100% ;
4401
- }
4402
-
4403
4398
table .page-history tr {
4404
4399
& [id ^= "revision-row" ] {
4405
4400
grid-template-areas :
You can’t perform that action at this time.
0 commit comments