Skip to content

Commit 3e8ba34

Browse files
committed
Use max-width instead of min-width for #left-pane
1 parent a024bc8 commit 3e8ba34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafiles/static/hackage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ table.properties td, table.properties th {
381381
* leave a narrow properties pane with space on the right. So we make the
382382
* left-pane take the space that the properties pane is not allotted.
383383
* That leaves no space on the right. */
384-
min-width: calc(60% - 2em);
384+
max-width: calc(60% - 2em);
385385
}
386386

387387
#flex-container {

0 commit comments

Comments
 (0)