We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a6e0d commit 8aca575Copy full SHA for 8aca575
less/im-tables-overrides.less
@@ -126,6 +126,30 @@
126
padding: 0.5em 1em;
127
}
128
129
+
130
+ .exporttable-body {
131
+ // BG's CSS loves breaking things! This reverts the changes that make it unusable.
132
133
+ label {
134
+ color: #444;
135
136
+ }
137
138
+ input[type="radio"] {
139
+ opacity: 1;
140
+ height: auto;
141
+ width: auto;
142
+ overflow: auto;
143
144
145
+ .radio label {
146
+ padding-left: 35px;
147
148
149
+ .optional-attributes > label input[type="checkbox"] {
150
+ margin-left: 15px;
151
152
153
154
155
.results-and-enrichment {
0 commit comments