Skip to content

Commit

Permalink
SAK-42818 Fixed button margins to prevent page jitter for Sakai table…
Browse files Browse the repository at this point in the history
… controls (sakaiproject#7586)
  • Loading branch information
fostersdesign authored and Miguel Pellicer committed Nov 26, 2019
1 parent c6f0ae3 commit 551ee3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/morpheus-master/sass/modules/tool/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ table{
width: 100%;
}

input[type=button], input[type=submit]
input[type=button], input[type=submit], button
{
margin: $standard-space;
}
Expand Down

0 comments on commit 551ee3d

Please sign in to comment.