Skip to content

Commit

Permalink
Merge pull request #1209 from lucasOsti/EZP-31322-left-aligment-ez-he…
Browse files Browse the repository at this point in the history
…ader

EZP-31322: Fixed padding for tabs
  • Loading branch information
lserwatka authored Jan 27, 2020
2 parents e5ca159 + 4057fed commit 45a5fee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="ez-header px-4">
<div class="ez-header">
<div class="container">
<ul class="nav nav-tabs ez-tabs" role="tablist" id="ez-tab-list-{{ group }}">
<ul class="nav nav-tabs ez-tabs px-4" role="tablist" id="ez-tab-list-{{ group }}">
{% for tab in tabs %}
{% set id = group ~ '-' ~ tab.identifier %}
{% set active = loop.first %}
Expand Down

0 comments on commit 45a5fee

Please # to comment.