Skip to content

Commit e244fa3

Browse files
committed
making corresponding css change
1 parent b3f60bd commit e244fa3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ td.delete {
2020
td.modify {
2121
background: rgba(0,0,255,0.1);
2222
}
23+
span.block {
24+
display: inline-block;
25+
}
2326
span.add {
2427
background: rgba(124,252,0,0.5);
2528
}
@@ -32,4 +35,4 @@ span.modify {
3235
.modify img {
3336
background: rgb(200, 200, 255);
3437
border: 2px solid rgb(200, 200, 255);
35-
}
38+
}

0 commit comments

Comments
 (0)