File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ table.properties td, table.properties th {
381
381
* leave a narrow properties pane with space on the right. So we make the
382
382
* left-pane take the space that the properties pane is not allotted.
383
383
* That leaves no space on the right. */
384
- max- width: calc (60% - 2em );
384
+ width : calc (60% - 2em );
385
385
}
386
386
387
387
# flex-container {
@@ -845,19 +845,13 @@ ul.links li form button {
845
845
padding-left : 1em ;
846
846
}
847
847
848
+ # module-list {
849
+ overflow-x : auto;
850
+ }
851
+
848
852
# module-list ul {
849
853
list-style : none;
850
854
margin : 0 0 0 20px ;
851
-
852
- /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
853
- -ms-word-break : break-all;
854
- word-break : break-all;
855
- /* Non standard for webkit */
856
- word-break : break-word;
857
- -webkit-hyphens : auto;
858
- -moz-hyphens : auto;
859
- -ms-hyphens : auto;
860
- hyphens : auto;
861
855
}
862
856
863
857
/* Disable identation for the top level modules */
You can’t perform that action at this time.
0 commit comments