File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/plugins/session_view/public/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const useStyles = ({ display }: StylesDeps) => {
2323 padding : `0px ${ euiTheme . size . s } ` ,
2424 width : '100%' ,
2525 fontWeight : 'inherit' ,
26- height : '32px' ,
26+ height : euiTheme . size . xl ,
2727 lineHeight : euiTheme . size . l ,
2828 letterSpacing : '0px' ,
2929 textAlign : 'left' ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const useStyles = ({ hasSearchResults }: StylesDeps) => {
2626 const searchBarWithResult : CSSObject = {
2727 position : 'relative' ,
2828 'input.euiFieldSearch.euiFieldSearch-isClearable' : {
29- paddingRight : hasSearchResults ? '200px' : '40px' ,
29+ paddingRight : hasSearchResults ? '200px' : euiTheme . size . xxl ,
3030 } ,
3131 } ;
3232
You can’t perform that action at this time.
0 commit comments