'Check all styles for updates' button ellipsis

#156
This commit is contained in:
narcolepticinsomniac 2017-08-18 01:30:55 -04:00 committed by GitHub
parent 1ca68b8488
commit 39e1421d29

View File

@ -29,6 +29,13 @@ a:hover {
z-index: 9;
}
#check-all-updates {
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#header h1 {
margin-top: 0;
}