Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
225 stars 80 forks source link

Long regex pattern hides delete #132

Open kiwina opened 9 years ago

kiwina commented 9 years ago

Hi there is a small bug in the ui when adding a long regex like: .(xml|ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|css|rss|atom|js|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|txt)$ This will hide the delete button for the field and all others fields as well. setting a max-width in px fixes it but i'm sure there are better solutions