From 5c79a8860faa97827dcea1078edcb4791c91f211 Mon Sep 17 00:00:00 2001 From: tl3ilaxu Date: Thu, 11 Feb 2016 17:29:26 +0100 Subject: [PATCH] Fix table responsiveness --- app/views/users/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/index.html.haml b/app/views/users/index.html.haml index bd41ef4..6cf5d4e 100644 --- a/app/views/users/index.html.haml +++ b/app/views/users/index.html.haml @@ -1,5 +1,5 @@ %h2 Users -%table{ class: "table-responsive" } +%table{ class: "table table-responsive" } %thead %tr %th ID