mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Allow SearchBox to expand to fill width
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
46e01196f0
commit
eccd74cfc9
@ -15,7 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_SearchBox {
|
||||
flex: 1 1 0;
|
||||
flex: 1 1 0 !important;
|
||||
min-width: 0;
|
||||
|
||||
&.mx_SearchBox_blurred:not(:hover) {
|
||||
|
Loading…
Reference in New Issue
Block a user