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;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
/* HACK: Based on the expected width of this widget, using % produces unreliable results */
|
||||
max-width: 33em;
|
||||
max-width: 100%;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
}
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
/* HACK: Based on the expected width of this widget, using % produces unreliable results */
|
||||
max-width: 33em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.ve-ui-mwParameterResultWidget-label {
|
||||
|
|
Loading…
Reference in a new issue