jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
677 stars 58 forks source link

<x-input> Width #132

Closed MKstudio-Tech closed 10 months ago

MKstudio-Tech commented 10 months ago

<x-input> elements have no way of setting the width of the input.

jarek-foksa commented 10 months ago

To set a custom width (e.g. 300px) you should use the following CSS: max-width: none; width: 300px;