mirror of
https://github.com/github/semantic.git
synced 2024-12-18 20:31:55 +03:00
Just set the width to 40px
This commit is contained in:
parent
83925fb6f2
commit
cb03807771
@ -8,14 +8,13 @@ table.diff td {
|
||||
}
|
||||
|
||||
table.diff td.blob-num {
|
||||
width: 1%;
|
||||
min-width: 50px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
table.diff td.blob-code {
|
||||
position: relative;
|
||||
width: 99%;
|
||||
min-width: 100px;
|
||||
position: relative;
|
||||
width: 99%;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
#before, #after {
|
||||
|
Loading…
Reference in New Issue
Block a user