mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
HistoryView: Make table header large enough so the text doesn't shift
"Committer" was too big. Use EMs so font size changes won't bother us.
This commit is contained in:
@@ -48,7 +48,7 @@ a.servicebutton{
|
||||
}
|
||||
|
||||
.property_name {
|
||||
width: 50px;
|
||||
width: 6em;
|
||||
color:#7F7F7F;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user