Fix min-width issue on app links

This commit is contained in:
Patrick O'Sullivan 2023-03-09 16:24:42 -06:00
parent 8c280f6fdb
commit 58df6e3fb3

View File

@ -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>