You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Remove default margin and padding from mx_TabbedView_tabLabels
(#10907)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user