refactor: got rid of small line.

This commit is contained in:
Perfect1076 2024-05-30 15:10:38 +02:00
parent 97833f9633
commit 77c3da9cb4

View File

@ -274,7 +274,7 @@ const ListWidget = ({ widget }: ListWidgetProps) => {
id={element.id}
key={element.id}
style={{ height: LIST_ELEMENT_HEIGHT, width: 340 }}
className={`text-white flex items-center justify-center p-3 pb-2 rounded-xl ${hoverStyle} ${activeElementStyle}`}
className={`text-white flex items-center justify-center p-3 rounded-xl ${hoverStyle} ${activeElementStyle}`}
>
<ListElement
element={element}