Commit e70854b
authored
Fix source code styling issues (#1487)
- By setting width to 100%, it ensures the source code container takes
up
the full width of its parent container.
- By setting box-sizing to border-box, it ensures when the source code
block
expands, it doesn't overflow the container.
- By limiting the method header's width, it ensures that the source code
toggle
doesn't get pushed down to a weird position.1 parent be2efc2 commit e70854b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
| 1122 | + | |
| 1123 | + | |
1122 | 1124 | | |
1123 | 1125 | | |
1124 | 1126 | | |
| |||
1143 | 1145 | | |
1144 | 1146 | | |
1145 | 1147 | | |
| 1148 | + | |
1146 | 1149 | | |
1147 | 1150 | | |
1148 | 1151 | | |
| |||
0 commit comments