Merge pull request #19825 from lrgsouzawine/patch-1
[Fix] Fix AddEntitiesDrawer to align search Bar.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-playlist': patch
|
||||
---
|
||||
|
||||
Fix the Ui style of the search bar
|
||||
@@ -58,7 +58,8 @@ const useStyles = makeStyles((theme: Theme) =>
|
||||
searchBarContainer: {
|
||||
borderRadius: 30,
|
||||
display: 'flex',
|
||||
height: '2.4em',
|
||||
height: '100%',
|
||||
boxShadow: 'none',
|
||||
},
|
||||
gridContainer: {
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user