mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 10:47:06 +02:00
Tweak <label> for visualize to be clickable
This commit is contained in:
parent
bcda05cb97
commit
7a90df3ee6
@ -1,10 +1,10 @@
|
||||
table {
|
||||
// mainly for /misc/information page
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
td:first-child {
|
||||
// mainly for /misc/information page
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
@ -16,3 +16,9 @@ table {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// visualize clickable area
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user