We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba2306 commit d8a80b0Copy full SHA for d8a80b0
web_src/less/_repository.less
@@ -988,6 +988,12 @@
988
.comment-form-reply .footer {
989
padding-bottom: 1em;
990
}
991
+
992
+ @media @mediaSm {
993
+ .ui.segments {
994
+ margin-left: -2rem;
995
+ }
996
997
998
999
.ui.comments {
@@ -1165,6 +1171,10 @@
1165
1171
box-shadow: none;
1166
1172
1167
1173
1174
1175
1176
+ padding: 1rem 0 !important; // Important is required here to override existing fomantic styles.
1177
1168
1178
1169
1179
1170
1180
.ui.depending {
0 commit comments