add some pixels left/right on input fields

This commit is contained in:
Alessandro Corbelli
2023-11-18 16:27:25 +01:00
committed by Sylvain LE GAL
parent cd5f3048df
commit 736bc8560e

View File

@@ -47,6 +47,11 @@ $button-border-color: #dee2e6;
border-color: $button-border-color;
}
}
.o_input {
padding-left: 4px;
padding-right: 2px;
}
}
/***********************************************************
Form View : Handle Background for required fields