Search: Safari UI fixes (#24567)

* Search: Add height: 100% to page containers

* Search: Reset TagOption display to block

* Search: Add title to result list

* Search: Use flex-basis vs height

* Search: Remove IconButton

* Search: Do not shrink select options

* Search: Fix hasEditPermissionInFolders

* Search: Update tests

* Search: Fix prop

* Remove select wrapper class

* Update snapshot
This commit is contained in:
Alex Khomenko
2020-05-12 17:10:48 +03:00
committed by GitHub
parent 892f9f789c
commit 15ac76a47b
12 changed files with 16 additions and 14 deletions

View File

@@ -33,11 +33,13 @@
min-height: 100%;
flex-direction: column;
width: 100%;
height: 100%;
}
.page-container {
flex-grow: 1;
width: 100%;
flex-basis: 100%;
margin-left: auto;
margin-right: auto;
padding-left: $spacer * 2;