Currently the snippet is like this (MW 1.31)
How could it be changed in a two column table format (applying a style to the list items) and get rid of the date/size info line?
compos | com-pŏs: (conp-), pŏtis, adj. potis, I having the mastery, control, or power over a thing, master of, partaking of, possessing, participating or sharing |
I have tried some css changes, got rid of the unwanted metadata bit (size/date), but when page is resized, some text from the right "column" moves to the left one.
.mw-search-results li {
columns: 2;
border-bottom: 1px dotted #555;
padding: 5px 0;
}
.mw-search-result-data {
display: none;
}
.mw-search-results {
/* max-width: 38em; */
}
Above, quoted only the part of the css I edited.
For example this is what I want to be maintained in different screen sizes: https://imgur.com/bGrtm1H but when it gets smaller; this is what I get now with some screen sizes/changes of zoom https://imgur.com/YQAzMNH