Skip to content

Commit 9088ce0

Browse files
committed
Rebranding [WIP]
1 parent 247c0b8 commit 9088ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

link_bio/link_bio/styles/styles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class Spacing(Enum):
5353
"width": "100%",
5454
"height": "100%",
5555
"font_weight": FontWeight.MEDIUM.value,
56+
"text_align": "start",
5657
"cursor": "pointer",
57-
"white_space": "nowrap",
5858
"transition": "transform 0.05s ease",
5959
"color": Color.DARK.value,
6060
"border": f"1px solid {Color.LIGHT.value}",

0 commit comments

Comments
 (0)