Skip to content
Snippets Groups Projects
Commit f107e045 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Fix RTL combined search margin.

parent 2cb53e90
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -259,8 +259,12 @@ ...@@ -259,8 +259,12 @@
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 1rem; padding-bottom: 1rem;
} }
.combined-search-container { .template-dir-combined.template-name-results {
.full-width(); .bulkActionButtons {
max-width: 1170px;
.result { margin-right: 0; } margin: auto;
}
.main .container {
width: 100%;
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment