Skip to content

Commit 7178278

Browse files
committed
Fixed incorrect padding in table on /rpc page
Fixes django#144
1 parent e6120e5 commit 7178278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/trachacks.scss

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ div[role="main"]{
403403
tr {
404404
td {
405405
padding: 0.5em !important; // :(
406+
text-indent: 0 !important; // Used on the /rpc page
406407
}
407408
}
408409
}

0 commit comments

Comments
 (0)