mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
Fix: Scroll issue with long subcat descriptions
git-svn-id: http://piwigo.org/svn/branches/2.0@5942 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -433,4 +433,10 @@ 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