fix search formatting (#11757)

* fix search formatting

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* fix lint

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
This commit is contained in:
zirain 2022-08-26 21:41:22 +08:00 committed by GitHub
parent 04f4fea3aa
commit 0ed01f808b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -68,3 +68,8 @@
border: 0;
}
}
// temp hack for https://github.com/istio/istio.io/issues/11750
.gsc-selected-option-container {
max-width: 100% !important;
}