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:
parent
ecc9e86e89
commit
38a2c4c91e
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ code, pre {
|
|||
margin-left: 0;
|
||||
margin-top: 0.25em;
|
||||
display: block;
|
||||
min-height: 45px;
|
||||
}
|
||||
|
||||
.note {
|
||||
|
|
Loading…
Reference in a new issue