mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-01 02:45:49 +03:00
Fix min-width issue on app links
This commit is contained in:
parent
8c280f6fdb
commit
58df6e3fb3
@ -33,7 +33,7 @@ const WayfindingAppLink = ({
|
||||
style={{ backgroundColor: color }}
|
||||
/>
|
||||
) : (
|
||||
<div className="h-8 w-8 rounded" style={{ backgroundColor: color }} />
|
||||
<div className="h-8 w-8 min-w-8 rounded" style={{ backgroundColor: color }} />
|
||||
)}
|
||||
<div className="flex flex-col">
|
||||
<span className="font-semibold text-gray-800">{title}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user