|
@@ -18,7 +18,7 @@ $(function(){
|
|
|
})
|
|
|
function setInpWidth(){
|
|
|
const winWidth = $(window).width()
|
|
|
- $('.patientNumInp').css('width', winWidth-152-15 +'px')
|
|
|
+ $('.patientNumInp').css('width', winWidth-153-15 +'px')
|
|
|
}
|
|
|
setInpWidth()
|
|
|
$(window).resize(function(){
|