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

changed the width at which quicktips are shown

parent 2f0f918d
No related branches found
No related tags found
1 merge request!1385changed the width at which quicktips are shown
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// Min and max widths of the 2 resultpage columns // Min and max widths of the 2 resultpage columns
@results-width-min: 500px; @results-width-min: 500px;
@results-width-max: 800px; @results-width-max: 800px;
@additions-width-min: 300px; @additions-width-min: 500px;
@additions-width-max: 500px; @additions-width-max: 500px;
// Breakpoints for the 2 resultpage columns // Breakpoints for the 2 resultpage columns
@resultpage-breakpoint-max: (@results-width-max + @additions-width-max + @padding-small-default * 2 + @padding-small-default * 4 + 6); @resultpage-breakpoint-max: (@results-width-max + @additions-width-max + @padding-small-default * 2 + @padding-small-default * 4 + 6);
......
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