Skip to content

Commit 84acef5

Browse files
committed
fix: 🚸 preventing label wrap for smaller screens
1 parent b0d3d15 commit 84acef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/styles/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@
7979

8080
.readwise-auth-validate-btn {
8181
min-width: 7em; /* Adjust as needed for your longest label */
82+
white-space: nowrap;
8283
}

0 commit comments

Comments
 (0)