Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove default margin and padding from mx_TabbedView_tabLabels (#10907
Browse files Browse the repository at this point in the history
)
  • Loading branch information
luixxiul authored May 15, 2023
1 parent d53949e commit 77d18f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/structures/_TabbedView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ limitations under the License.
width: 170px;
max-width: 170px;
position: fixed;
margin: 0; /* Remove the default value */
padding: 0; /* Remove the default value */
}

.mx_TabbedView_tabPanel {
Expand Down

0 comments on commit 77d18f1

Please sign in to comment.