mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
No margin or padding on diff elements.
This commit is contained in:
parent
e3a815f640
commit
299eb0e8a3
@ -22,6 +22,8 @@
|
||||
#diff * {
|
||||
white-space: pre-wrap;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user