Fix warning about 'start' value usage (#9050)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2022-07-12 21:51:05 +00:00 committed by GitHub
parent ae925fb1e9
commit 49339b333d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ limitations under the License.
display: inline-flex;
flex-direction: row;
margin-left: auto;
align-items: start;
align-items: flex-start;
}
&.mx_SpotlightDialog_result_multiline {