Skip to content

Commit 6c72916

Browse files
committed
Altered the CSS for .labButton in base.css removing the margins as this should be set within the specific CSS of the page/app and added text-align: center as this should be needed in every case.
1 parent 67ae161 commit 6c72916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hr
9292
background-color: #707070;
9393
color: #fff;
9494
padding: 3px 5px 3px 5px;
95-
margin: 0 10px 7px 0;
95+
text-align: center;
9696
display: inline-block;
9797
}
9898

0 commit comments

Comments
 (0)