Skip to content

Commit 34301bd

Browse files
committed
feat(css): remove padding from request event item body popup
1 parent ff948e8 commit 34301bd

File tree

1 file changed

+7
-0
lines changed
  • invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views

1 file changed

+7
-0
lines changed

invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,11 @@
233233
}
234234
}
235235

236+
.ui.popup.requests-event-body-popup {
237+
padding: 0;
238+
border: none;
236239

240+
.ui.button {
241+
margin: 0;
242+
}
243+
}

0 commit comments

Comments
 (0)