Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit ee0ab61

Browse files
author
Julien Jomier
committed
BUG: Fixing css issue
1 parent ca9af83 commit ee0ab61

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

core/public/css/common/common.browser.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
div.viewHeader {
1+
/*div.viewHeader {
22
padding: 0px 15px !important;
33
min-height: 24px !important;
4-
}
4+
}*/
55

66
ul.pathBrowser{
77
display: block;

core/public/css/common/common.genericPage.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ div.genericThumbnail{
88
}
99

1010
div.genericInfo{
11-
height: 45px;
12-
11+
height: 35px;
1312
}
1413

1514
div.genericAction{

0 commit comments

Comments
 (0)