s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

Separator in control panel and wide in% #210

Open martelnov opened 2 years ago

martelnov commented 2 years ago

Hello, 1)I need divide group control with separator, But it dont work. 2) ESPUI.setElementStyle(grouplabel5, "width: 20%"); dont work. It produce in HTML "width: 20". But "width: 50px" work well.