1
Fork 0

Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez

Improve docblock readability on small screen

Before

![image](https://user-images.githubusercontent.com/4687791/106363174-f77bdf00-6361-11eb-898f-d480b8460ab3.png)

After

![image](https://user-images.githubusercontent.com/4687791/106363259-6bb68280-6362-11eb-85a1-ef9262681dd7.png)

Too much space is wasted on the left side. I wanted to make that 0 but it breaks some part with error symbols.

0

![image](https://user-images.githubusercontent.com/4687791/106363287-90aaf580-6362-11eb-88c1-62a8313988a7.png)

After

![image](https://user-images.githubusercontent.com/4687791/106363276-825cd980-6362-11eb-86eb-6f4611b4ab99.png)
This commit is contained in:
Jonas Schievink 2021-01-31 01:47:48 +01:00 committed by GitHub
commit 8b281d9cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1625,6 +1625,10 @@ h4 > .notable-traits {
#settings-menu {
top: 7px;
}
.docblock {
margin-left: 12px;
}
}
h3.notable {