Skip to content

Commit ba37f1b

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

File tree

1 file changed

+3
-1
lines changed
  • invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,6 @@
233233
}
234234
}
235235

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

0 commit comments

Comments
 (0)