mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Fix: Scroll issue with long subcat descriptions
git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -427,3 +427,11 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
|
||||
tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
|
||||
border-color: #666666;
|
||||
}
|
||||
|
||||
#the_page .content div.thumbnailCategory div.description {
|
||||
height:158px;
|
||||
}
|
||||
|
||||
#the_page .content div.thumbnailCategory div.description .text {
|
||||
height:122px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user