Commit 7e8e5229 authored by Phil Hughes's avatar Phil Hughes

fixed discard dropdown being off the screen

parent 38db5f07
...@@ -52,13 +52,14 @@ export default { ...@@ -52,13 +52,14 @@ export default {
data-boundary="viewport" data-boundary="viewport"
data-placement="bottom" data-placement="bottom"
data-toggle="dropdown" data-toggle="dropdown"
data-display="static"
> >
<icon <icon
:size="12" :size="12"
name="more" name="more"
/> />
</button> </button>
<div class="dropdown-menu"> <div class="dropdown-menu dropdown-menu-right">
<ul> <ul>
<li> <li>
<button <button
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment