Remove default margin and padding from `mx_TabbedView_tabLabels` (#10907)

pull/28217/head
Suguru Hirahara 2023-05-15 17:57:29 +00:00 committed by GitHub
parent d53949e863
commit 77d18f1a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ limitations under the License.
width: 170px; width: 170px;
max-width: 170px; max-width: 170px;
position: fixed; position: fixed;
margin: 0; /* Remove the default value */
padding: 0; /* Remove the default value */
} }
.mx_TabbedView_tabPanel { .mx_TabbedView_tabPanel {