We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45aae7 commit a7e99ebCopy full SHA for a7e99eb
app/project-static/ticketing.css
@@ -221,13 +221,21 @@
221
}
222
223
224
-#ticket-comments li {
+#ticket-comments li:not(#Action) {
225
line-height: 30px;
226
margin: 0px;
227
margin-bottom: 30px;
228
padding-left: 10px;
229
230
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
+
239
240
#data-block h3 {
241
background-color: #177ee6;
0 commit comments