Remove default margin and padding from `mx_TabbedView_tabLabels` (#10907)
parent
d53949e863
commit
77d18f1a43
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue