Skip to content

Commit

Permalink
Tweak for yesno to align a little better in readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jan 17, 2017
1 parent ede2dd4 commit 2054ab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/fabrik_element/yesno/yesno.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,10 @@ protected function gridClasses()
*/
protected function dataAttributes()
{
return array('data-toggle="buttons"');
return array(
'data-toggle="buttons"',
'style="padding-top:0px!important"'
);
}

}

0 comments on commit 2054ab4

Please sign in to comment.