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:
parent
172ebd0fd4
commit
23b5777b05
|
@ -127,6 +127,8 @@ label {
|
|||
border: none;
|
||||
padding: 0;
|
||||
|
||||
text-align: left;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue