1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add min-height to code,pre to prevent icon from being cut off

This commit is contained in:
Tore Darell 2009-02-07 00:40:25 +01:00
parent ecc9e86e89
commit 38a2c4c91e

View file

@ -379,6 +379,7 @@ code, pre {
margin-left: 0;
margin-top: 0.25em;
display: block;
min-height: 45px;
}
.note {