mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
17 lines
215 B
CSS
17 lines
215 B
CSS
.parameter {
|
|
display: flex;
|
|
gap: 10px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
min-width: 0;
|
|
}
|
|
|
|
.op {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.popup {
|
|
margin-top: -10px;
|
|
margin-left: 30px;
|
|
}
|