File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ export const Header = ({
8181
8282const MetadataMenu = ( { contentId } : { contentId ?: string } ) => {
8383 return (
84- // Disable no large sx for responsive properties
85- // eslint-disable-next-line visualize-admin/no-large-sx
8684 < Flex
8785 sx = { {
8886 flexDirection : [ "row" , "column" ] ,
@@ -173,6 +171,7 @@ const LogoMobile = () => (
173171 </ g >
174172 </ svg >
175173) ;
174+
176175const LogoDesktop = ( ) => (
177176 < svg width = { 224 } height = { 56 } >
178177 < title id = "logo" >
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ export const LoginMenu = () => {
2626 } ,
2727 } }
2828 >
29- < Typography variant = "body2" > { user . name } </ Typography >
29+ < Typography variant = "body2" noWrap >
30+ { user . name }
31+ </ Typography >
3032 </ Button >
3133 < Menu
3234 anchorEl = { anchorEl }
You can’t perform that action at this time.
0 commit comments