1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

usability: avoid gap between a wrapped link in aside bar (#439)

This commit is contained in:
peterdd
2024-07-05 23:04:21 +02:00
committed by GitHub
parent 40abc7c4d4
commit d4acbf45ba

View File

@@ -400,6 +400,10 @@ aside.tips div.border {
aside.tips h3 {
color:#E6E6E6;
}
aside.tips li {
line-height: 1.2rem; /* avoid gaps in wrapped links */
margin-bottom: 0.5rem; /* seperate each link item a little bit from eachother */
}
aside.tips a {
color: var(--background-text-color);
border-bottom:1px dotted #666;