Skip to content

Commit 5d0166a

Browse files
author
lucas
committed
remove: grid-template-column autofit 300px
1 parent b8dcd4c commit 5d0166a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

packages/drafts-realm/address-info.gts

-7
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ class Edit extends Component<typeof AddressInfo> {
362362
padding: 2rem 1rem;
363363
display: grid;
364364
gap: var(--boxel-sp-sm);
365-
grid-template-columns: 1fr;
366365
background-color: #eeeeee50;
367366
}
368367
.select {
@@ -438,12 +437,6 @@ class Edit extends Component<typeof AddressInfo> {
438437
.option-item:hover {
439438
background-color: #e5e7eb;
440439
}
441-
442-
@media (min-width: 768px) {
443-
.card-container {
444-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
445-
}
446-
}
447440
</style>
448441
</template>
449442
}

packages/drafts-realm/user-name.gts

-7
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,12 @@ class Edit extends Component<typeof UserName> {
8787
padding: 2rem 1rem;
8888
display: grid;
8989
gap: var(--boxel-sp-sm);
90-
grid-template-columns: 1fr;
9190
background-color: #eeeeee50;
9291
}
9392
.select {
9493
padding: var(--boxel-sp-xs);
9594
background-color: white;
9695
}
97-
98-
@media (min-width: 768px) {
99-
.container {
100-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
101-
}
102-
}
10396
</style>
10497
</template>
10598
}

0 commit comments

Comments
 (0)