Skip to content

Commit 7f9a954

Browse files
authored
Fix settings modal button sizing (#23)
Remove full-width styling from primary buttons to make them appropriately sized based on content rather than stretching to fill the container.
1 parent c7f5956 commit 7f9a954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
/* Button */
157157
.btn-primary {
158-
@apply w-full bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition;
158+
@apply bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition;
159159
}
160160

161161
/* Session Container */

0 commit comments

Comments
 (0)