Skip to content

Commit 1e871c2

Browse files
committed
lint
1 parent 90aa341 commit 1e871c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/techreport/techreport.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ select {
774774
.summary-grid {
775775
display: grid;
776776
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
777-
gap: 1rem 1rem;
777+
gap: 1rem 1rem; /* stylelint-disable shorthand-property-no-redundant-values */
778778
}
779779

780780
.summary-grid + .card {
@@ -1169,7 +1169,7 @@ select {
11691169
display: flex;
11701170
flex-wrap: wrap;
11711171
column-gap: 2rem;
1172-
row-gap: 0.5rem;
1172+
row-gap: 0.5rem; /* stylelint-disable declaration-block-no-redundant-longhand-properties */
11731173
align-items: start;
11741174
justify-content: space-between;
11751175
}

0 commit comments

Comments
 (0)