Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez
Improve docblock readability on small screen Before  After  Too much space is wasted on the left side. I wanted to make that 0 but it breaks some part with error symbols. 0  After 
This commit is contained in:
commit
8b281d9cd7
1 changed files with 4 additions and 0 deletions
|
@ -1625,6 +1625,10 @@ h4 > .notable-traits {
|
||||||
#settings-menu {
|
#settings-menu {
|
||||||
top: 7px;
|
top: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.docblock {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.notable {
|
h3.notable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue