Skip to content

Commit f0fba35

Browse files
committed
styling
1 parent f7c39d2 commit f0fba35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presenters/Admin/Tailwind.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getMultiLevelDropdownWrapper($item)
132132

133133
return '<details class="relative" ' . $this->getActiveStateOnChild($item) . '>
134134
<summary class="' . $this->getClass($item) . '" href="#navbar-' . $id . '" aria-controls="navbar-' . $id . '">
135-
<div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm ' . $this->getActiveState($item) .'">
135+
<div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm ' . $this->getActiveState($item) . '">
136136
' . $this->getIcon($item) . '
137137
' . $item->title . '
138138
<span class="bg-purple absolute h-5 -right-5 rounded-tl-lg rounded-bl-lg opacity-0 group-hover:opacity-100 transition-all pointer-events-none" style="width: 5px;"></span>

0 commit comments

Comments
 (0)