When doing browser testing for datalab, came across the following issue when on an Android Chrome tablet in landscape view (galaxy tab s8)
The issue occurs when using the ucd-theme-search-popup element without the ucd-theme-quick-links element. The issue is with the margin-right property in the following css rule:
When doing browser testing for datalab, came across the following issue when on an Android Chrome tablet in landscape view (galaxy tab s8)
The issue occurs when using the
ucd-theme-search-popup
element without theucd-theme-quick-links
element. The issue is with themargin-right
property in the following css rule:margin-right
should be set to zero if there is noucd-theme-quick-links
element in the header.proposed solution
im thinking the best way to handle this would be to set a css variable:
and then have
ucd-theme-header
set the property depending on the value of the_hasQuickLinks
property