You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
8 years ago
|
.page-flags {
|
||
|
[component="flags/list"] {
|
||
|
td {
|
||
|
max-width: 300px;
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
[component="flags/list/description"] {
|
||
|
font-style: italic;
|
||
|
color: @gray-light;
|
||
|
}
|
||
|
}
|
||
|
}
|