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

added max-width to result components if flexbox is not supported

parent 3ed09ca9
No related branches found
No related tags found
1 merge request!1399Development
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
padding: 0px 8px; padding: 0px 8px;
width: 100%; width: 100%;
.result-header { .result-header {
max-width: 100%;
overflow: hidden; overflow: hidden;
.result-headline { .result-headline {
width: 100%; width: 100%;
...@@ -102,6 +103,7 @@ ...@@ -102,6 +103,7 @@
} }
.result-body { .result-body {
margin-top: 1px; margin-top: 1px;
max-width:100%;
display: flex; display: flex;
text-align: justify; text-align: justify;
.result-image { .result-image {
...@@ -144,6 +146,7 @@ ...@@ -144,6 +146,7 @@
} }
.result-footer { .result-footer {
margin-top: 2px; margin-top: 2px;
max-width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
&>* { &>* {
...@@ -229,6 +232,7 @@ ...@@ -229,6 +232,7 @@
color: #777; color: #777;
} }
&>.result-options { &>.result-options {
max-width: 100%;
&>.options { &>.options {
font-size: @result-font-small; font-size: @result-font-small;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment