mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-02 22:14:43 +01:00
13 lines
161 B
CSS
13 lines
161 B
CSS
.parameter {
|
|
display: flex;
|
|
gap: 10px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
min-width: 0;
|
|
}
|
|
|
|
.op {
|
|
font-weight: bold;
|
|
}
|