tabPanel content margin

UI Components for Angular
Post Reply
microdeveloper
Posts: 82
Joined: 21 Mar 2016, 19:42

26 Mar 2016, 03:17

Hi i want to remove the default margin of tabPanel content from top,left,right,bottom kindly guide me what is the solution because by default tabPanel content has margins and i want to adjust my content without margins.

Thanks

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

27 Mar 2016, 09:03

Shoudl be;

Code: Select all

.ui-tabview .ui-tabview-panel {
   padding: 0;
}
This css should come after primeui-ng.css file.

microdeveloper
Posts: 82
Joined: 21 Mar 2016, 19:42

28 Mar 2016, 06:34

.ui-panel .ui-panel-content {padding: 0;} got it thanks.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

28 Mar 2016, 09:53

Yes that is for panel. Structural css classes are available at component documentation.

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests