diff --git a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie.css b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie.css index f435cd3c60..03b309e676 100644 --- a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie.css +++ b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie.css @@ -174,4 +174,8 @@ border-bottom: 1px solid white; background-color: white; } -ul.horizontal li span.bold a { color: black; } \ No newline at end of file +ul.horizontal li span.bold a { color: black; } + +form.ds-interactive-div li.ds-form-item.last { + width: 558px; +} \ No newline at end of file