Indent some elements in gr-main-header

Change-Id: Ibca66e8d716665e848bd3845c15a5c02bc4408e1
This commit is contained in:
Paladox none
2019-06-24 16:13:11 +00:00
parent a8d83cbc0f
commit 623de33ca0

View File

@@ -182,15 +182,15 @@ limitations under the License.
<ul class="links">
<template is="dom-repeat" items="[[_links]]" as="linkGroup">
<li class$="[[linkGroup.class]]">
<gr-dropdown
link
down-arrow
items = [[linkGroup.links]]
horizontal-align="left">
<span class="linksTitle" id="[[linkGroup.title]]">
[[linkGroup.title]]
</span>
</gr-dropdown>
<gr-dropdown
link
down-arrow
items = [[linkGroup.links]]
horizontal-align="left">
<span class="linksTitle" id="[[linkGroup.title]]">
[[linkGroup.title]]
</span>
</gr-dropdown>
</li>
</template>
</ul>