Update pid_tuning.css
Change height of model preview to align with tpa / tpa breakpoint; fixed bottom border from model preview10.3.x-maintenance
parent
f18953badd
commit
863b54bf03
|
@ -589,8 +589,7 @@
|
|||
.tab-pid_tuning .rates_preview_cell {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 100%;
|
||||
height: 320px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .rates_preview {
|
||||
|
@ -606,5 +605,4 @@
|
|||
margin-top: -1px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
height: 260px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue