CSS: Left-align text in link-button

If the text in a link-button consumes more than one line, text would be center-aligned else.
This commit is contained in:
Eric Lippmann 2016-02-25 10:18:41 +01:00
parent 172ebd0fd4
commit 23b5777b05
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ label {
border: none;
padding: 0;
text-align: left;
&:hover {
text-decoration: underline;
}