mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Fix ellipsis on long strings in parameter search widget"
This commit is contained in:
commit
575d4a8376
|
@ -22,8 +22,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* HACK: Based on the expected width of this widget, using % produces unreliable results */
|
max-width: 100%;
|
||||||
max-width: 33em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,8 +24,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* HACK: Based on the expected width of this widget, using % produces unreliable results */
|
max-width: 100%;
|
||||||
max-width: 33em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ve-ui-mwParameterResultWidget-label {
|
.ve-ui-mwParameterResultWidget-label {
|
||||||
|
|
Loading…
Reference in a new issue