Skip to content

Commit

Permalink
EZP-31322: Fixed padding for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Jan 23, 2020
1 parent 0d19a93 commit 4057fed
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 4057fed

Please # to comment.