margin correction to avoid scrolling in min-height state

10.3.x-maintenance
skaman82 2015-11-09 13:21:06 +01:00
parent 6a59938818
commit db75e4a9a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.tab-firmware_flasher .info {
margin: 10px 0 10px 0;
margin: 10px 0 0 0;
position: relative;
}
.tab-firmware_flasher .info .progressLabel {