mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +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;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user