Skip to content

Commit

Permalink
fix decimal float (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedev-i authored Aug 28, 2024
1 parent 79aaa3d commit 96e54b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/styles/css/new.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ div[uib-datepicker-popup-wrap] {
width: 20px;
}

.value .decimal, .value .comma {
margin-left: -7px;
}

.value .decimal {
width: 6ch;
overflow: hidden;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-mqtt-homeui (2.94.1) stable; urgency=medium

* Fix decimal float in devices

-- Victor Vedenin <[email protected]> Wed, 28 Aug 2024 12:15:00 +0300

wb-mqtt-homeui (2.94.0) stable; urgency=medium

* Add if-then-else condition to json-editor
Expand Down

0 comments on commit 96e54b3

Please sign in to comment.