css - Change datepicker bootstrap margin from field -


i want remove margin of date-picker's text field.

date-picker

what want, make date-picker in picture

enter image description here

you can modify margin of .datepicker element, e.g.:

.datepicker {     margin: 5px 0; } 

change 5px whatever need.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -