Skip to content
Snippets Groups Projects
Commit ebbc468d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added a margin between result body and options

parent 59a38706
No related branches found
No related tags found
1 merge request!1411Development
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
.result-body { .result-body {
margin-top: 1px; margin-top: 1px;
max-width:100%; max-width:100%;
margin-bottom: 8px;
&.with-image { &.with-image {
display: grid; display: grid;
grid-template-columns: minmax(max-content, 160px) auto; grid-template-columns: minmax(max-content, 160px) auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment