mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
limit resources that can be specified in build config
This commit is contained in:
@@ -91,6 +91,9 @@
|
||||
display: none;
|
||||
color: red;
|
||||
}
|
||||
.configui .error .value{
|
||||
color: red;
|
||||
}
|
||||
.configui #warn.warn{
|
||||
display: block;
|
||||
}
|
||||
@@ -130,4 +133,8 @@
|
||||
}
|
||||
.configui .label {
|
||||
width: 10em;
|
||||
}
|
||||
.configui .row input{
|
||||
flex-grow: 1;
|
||||
width: initial;
|
||||
}
|
||||
Reference in New Issue
Block a user