Skip to content

Commit 477f1eb

Browse files
committed
Settings::ApiTokens: Use custom media query
1 parent 514530c commit 477f1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/settings/api-tokens.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
border-radius: 4px;
152152
}
153153

154-
@media (min-width: 640px) {
154+
@media (--min-s) {
155155
.new-token-form {
156156
display: grid;
157157
grid-template-columns: 1fr auto;

0 commit comments

Comments
 (0)