Francisco Zambrano

Results 3 comments of Francisco Zambrano

Hi, this works for me: ``` ui = dashboardPage( header = dashboardHeader( tags$h4(icon("line-chart"),"Title") ````

Hi, Kao I made a css modification. looks better ``` .nav>li { position: relative; display: block; padding: 10px 15px; padding-top: 10px; padding-right: 15px; padding-bottom: 10px; padding-left: 15px; } ``` ![tabs](https://user-images.githubusercontent.com/55930230/160668467-d2348282-da40-4cb6-addc-bfe8e98e641b.PNG)

@chikao0817 Hi, You can try this: ``` .nav-tabs>li{ position: relative; display: block; padding: 10px 15px 10px 15px; } ``` It's removes the siderbar padding ![solve1](https://user-images.githubusercontent.com/55930230/160869132-3c04e2d8-7948-43fe-96a9-b1bd15f0bdad.PNG)