Skip to content

Commit a7e99eb

Browse files
committed
refactor: reduce action comment spacing
ref: #24 #284
1 parent c45aae7 commit a7e99eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/project-static/ticketing.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,21 @@
221221
}
222222

223223

224-
#ticket-comments li {
224+
#ticket-comments li:not(#Action) {
225225
line-height: 30px;
226226
margin: 0px;
227227
margin-bottom: 30px;
228228
padding-left: 10px;
229229
}
230230

231+
#ticket-comments li#Action {
232+
line-height: 30px;
233+
margin: 0px;
234+
margin-bottom: -10px;
235+
margin-top: -20px;
236+
padding-left: 10px;
237+
}
238+
231239

232240
#data-block h3 {
233241
background-color: #177ee6;

0 commit comments

Comments
 (0)