Mathijs den Burger pushed to branch feature/cmng-psp1 at cms-community / 
hippo-addon-channel-manager


Commits:
5e649784 by Mathijs den Burger at 2016-05-30T12:55:21+02:00
CHANNELMGR-605 hard-code max width of tooltips

The subpage no longer has a fixed max width, so invent one for the
tooltips.

- - - - -


2 changed files:

- frontend-ng/src/styles/_channel.scss
- frontend-ng/src/styles/_variables.scss


Changes:

=====================================
frontend-ng/src/styles/_channel.scss
=====================================
--- a/frontend-ng/src/styles/_channel.scss
+++ b/frontend-ng/src/styles/_channel.scss
@@ -56,7 +56,7 @@ md-input-container.input-container-picker {
 // avoid that help icon tooltips grow wider than the subpage; wrap text when 
necessary.
 .tooltip-help-icon ._md-content {
   height: auto;
-  max-width: $subpage-max-width;
+  max-width: 500px;
   text-overflow: initial;
   white-space: initial;
 }


=====================================
frontend-ng/src/styles/_variables.scss
=====================================
--- a/frontend-ng/src/styles/_variables.scss
+++ b/frontend-ng/src/styles/_variables.scss
@@ -43,8 +43,5 @@ $tree-active-color:                           $white;
 // DragDrop placeholder
 $tree-dd-bg:                                  $black-shadow;
 
-// Sub-pages
-$subpage-max-width:                           570px;
-
 // Do not use transparent tooltips
 $tooltip-bg:                                  $black;



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/5e649784a204e914faf700f560c3495b833fbdff
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to