mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Merge branch 'search-title-clipped' into 'master'
Search title gets clipped vertically. Fixed by adding height to search title css. **Before:**  **After:**  See merge request !2460
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
border-bottom: 1px solid #DDD;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
.term {
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user