mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix warning about 'start' value usage (#9050)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
ae925fb1e9
commit
49339b333d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user