Skip to content

Commit dca0a09

Browse files
Align text to the start in the modal that pops up when managing team member roles. (#1546)
1 parent 3d1b527 commit dca0a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/livewire/resources/views/teams/team-member-manager.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
</div>
197197

198198
<!-- Role Description -->
199-
<div class="mt-2 text-xs text-gray-600 dark:text-gray-400">
199+
<div class="mt-2 text-xs text-gray-600 text-start dark:text-gray-400">
200200
{{ $role->description }}
201201
</div>
202202
</div>

0 commit comments

Comments
 (0)