We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c0b8 commit 9088ce0Copy full SHA for 9088ce0
link_bio/link_bio/styles/styles.py
@@ -53,8 +53,8 @@ class Spacing(Enum):
53
"width": "100%",
54
"height": "100%",
55
"font_weight": FontWeight.MEDIUM.value,
56
+ "text_align": "start",
57
"cursor": "pointer",
- "white_space": "nowrap",
58
"transition": "transform 0.05s ease",
59
"color": Color.DARK.value,
60
"border": f"1px solid {Color.LIGHT.value}",
0 commit comments