From 04501af82710b36421e453d56aad586804af58b8 Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Tue, 29 Jan 2013 10:20:30 +0000 Subject: [PATCH] Magic Number Width Checkboxes --- styles/app/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/app/index.styl b/styles/app/index.styl index ee6576c8fd..9c04a334fd 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -44,6 +44,10 @@ html,body,p,h1,ul,li,table,tr,th,td color: rgb(153, 153, 153) .reward pre background-color: white + +label.checkbox.inline{ + width: 40px +} .todos .nav-pills > .active > a, .nav-pills > .active > a:hover