How can i solve this situation?
Assuming you are using Apache Isis 1.17.0, take a look at
wicket/wicket/resource/org.apache.isis.viewer.wicket.ui.pages.SidebarCssResourceReference/simple-sidebar-ver-1582544091730.css
and try to modify values for padding / margin. Eventually you need to override settings in application.css; sometimes you may need to use '!important'
If you are using Chrome, press <Ctrl>-<Shift>-C and select the date-time widget.
<Ctrl>-<Shift>-C
If you can provide sample code, I could take a closer look.
Copyright © 2021 Jogjafile Inc.
Assuming you are using Apache Isis 1.17.0, take a look at
and try to modify values for padding / margin. Eventually you need to override settings in application.css; sometimes you may need to use '!important'
If you are using Chrome, press
<Ctrl>-<Shift>-Cand select the date-time widget.If you can provide sample code, I could take a closer look.