style: fix styling
This commit is contained in:
parent
f6b35f03a5
commit
fd1f4d02d5
4 changed files with 9 additions and 17 deletions
|
|
@ -35,7 +35,7 @@ defmodule MvWeb.Components.ExportDropdown do
|
|||
assigns = assign(assigns, :button_label, button_label)
|
||||
|
||||
~H"""
|
||||
<div id={@id} data-testid="export-dropdown">
|
||||
<div id={@id} data-testid="export-dropdown" class="flex-auto flex-wrap">
|
||||
<.dropdown_menu
|
||||
id={"#{@id}-menu"}
|
||||
button_label={@button_label}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue