mirror of https://github.com/vector-im/riot-web
Fix warning about 'start' value usage (#9050)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
ae925fb1e9
commit
49339b333d
|
@ -243,7 +243,7 @@ limitations under the License.
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
align-items: start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_SpotlightDialog_result_multiline {
|
&.mx_SpotlightDialog_result_multiline {
|
||||||
|
|
Loading…
Reference in New Issue