mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-03 14:34:46 +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;
|
||
|
}
|