mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 14:48:08 +00:00
Fix issue on entries' height
This commit is contained in:
parent
5ae45084dc
commit
6a7d779024
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ a, a:hover, a:visited {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
#main .entrie .tools + p {
|
||||
min-height: 5.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
#main .entrie .tools li {
|
||||
display: inline;
|
||||
|
|
Loading…
Reference in a new issue