diff --git a/components.html b/components.html
index 1d03ed9..1d25936 100644
--- a/components.html
+++ b/components.html
@@ -227,23 +227,23 @@ base_url: "../"
{% endhighlight %}
diff --git a/dist/ratchet.css b/dist/ratchet.css
index 3279e46..2ec607b 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -517,8 +517,10 @@ input[type="button"] {
display: table;
bottom: 0;
height: 50px;
+ width: 100%;
padding: 0;
border-top: 1px solid #dddddd;
+ table-layout: fixed;
}
.bar-tab .tab-item {
display: table-cell;
diff --git a/lib/sass/bars.scss b/lib/sass/bars.scss
index 1ca55df..9abec5a 100644
--- a/lib/sass/bars.scss
+++ b/lib/sass/bars.scss
@@ -82,8 +82,10 @@
display: table;
bottom: 0;
height: $bar-tab-height;
+ width: 100%;
padding: 0;
border-top: $border-default;
+ table-layout: fixed;
// Navigational tab
.tab-item {