mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
18 lines
215 B
CSS
18 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;
|
|
}
|