We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9b130 commit 34db06aCopy full SHA for 34db06a
wire/modules/Fieldtype/FieldtypeComments/InputfieldCommentsAdmin.css
@@ -28,10 +28,21 @@
28
29
.InputfieldCommentsAdmin .CommentsAdminItemText {
30
clear: both;
31
+ margin-bottom: 0;
32
}
33
34
.InputfieldCommentsAdmin .CommentsAdminItemHeadLabel {
35
float: right;
36
padding-right: 1em;
37
38
39
+.InputfieldCommentsAdminList > li > .ui-widget-content {
40
+ padding: 1em;
41
+}
42
+.InputfieldCommentsAdminList > li > .ui-widget-content > p {
43
+ margin-top: 0;
44
45
+
46
+.InputfieldCommentsAdminList > li > .ui-widget-content label {
47
+ font-weight: bold;
48
0 commit comments