Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit 4fe2ca6

Browse files
committed
Removes padding on highlighted words
1 parent 1ccce5d commit 4fe2ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

botbot/less/screen.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ body.log-view {
427427

428428
padding: 6px 0 6px 10px;
429429
margin: 0 0 0 @leftRailWidth;
430-
.highlight { background:yellow; padding:3px; }
430+
.highlight { background:yellow; }
431431
}
432432

433433
.actor {

0 commit comments

Comments
 (0)