From 126f3318ee347ee725b720d7aa3b4926244ef850 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Fri, 21 Apr 2017 13:04:28 +0200 Subject: [PATCH] Fix #18: Fix broken column layout. --- src/View.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.elm b/src/View.elm index 3c07c00..e047723 100644 --- a/src/View.elm +++ b/src/View.elm @@ -74,7 +74,7 @@ statusView { account, content, reblog } = timelineView : List Mastodon.Status -> String -> String -> Html Msg timelineView statuses label iconName = - div [ class "col-sm-3" ] + div [ class "col-md-3" ] [ div [ class "panel panel-default" ] [ div [ class "panel-heading" ] [ icon iconName