1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-14 21:35:06 -05:00

Fix issue on entries' height

This commit is contained in:
NumEricR 2013-08-24 09:56:59 +02:00
parent 5ae45084dc
commit 6a7d779024

View File

@ -103,6 +103,10 @@ a, a:hover, a:visited {
list-style-type: none; list-style-type: none;
} }
#main .entrie .tools + p {
min-height: 5.5em;
}
/* /*
#main .entrie .tools li { #main .entrie .tools li {
display: inline; display: inline;