File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
app/components/version-list Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 117
117
{{ /if }}
118
118
</div >
119
119
120
- <PrivilegedAction @userAuthorised ={{ this.isOwner }} >
120
+ <PrivilegedAction @userAuthorised ={{ this.isOwner }} local-class = " actions " >
121
121
<Dropdown local-class =" dropdown" data-test-actions-menu as |dd|>
122
122
<dd .Trigger @hideArrow ={{ true }} local-class =" trigger" data-test-actions-toggle>
123
123
{{ svg-jar " ellipsis-circle" local-class =" icon" }}
Original file line number Diff line number Diff line change 235
235
margin-top : var (--space-2xs );
236
236
}
237
237
238
+ .actions {
239
+ display : flex;
240
+ }
241
+
238
242
.dropdown {
243
+ display : flex;
239
244
font-size : initial;
240
245
line-height : 1rem ;
241
246
}
260
265
}
261
266
262
267
.menu {
268
+ top : 100% ;
263
269
right : 0 ;
264
270
min-width : max-content;
265
271
}
You can’t perform that action at this time.
0 commit comments