Skip to content

Commit bbf7155

Browse files
Space attachments bulk update buttons when wrapping
1 parent 7ed81d6 commit bbf7155

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

share/static/css/elevator/ticket.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ div.requestor-ticket-links {
124124
overflow: auto;
125125
}
126126

127+
/* Give the bulk action buttons a little vertical space so they don't touch
128+
when they wrap onto separate lines on narrow screens. */
129+
.attachment-bulk-actions .btn {
130+
margin-bottom: 0.25rem;
131+
}
132+
127133
.ticket-info-attachments .ts-wrapper.attachment-sort {
128134
min-height: unset;
129135
min-width: 0;

0 commit comments

Comments
 (0)