mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
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…
x
Reference in New Issue
Block a user