Use flex-start instead of start for postcss
This is just something the loaders complain about - apparently `start` is old and we should feel bad.
This commit is contained in:
@@ -33,7 +33,7 @@ limitations under the License.
|
||||
|
||||
.mx_CreateSecretStorageDialog_passPhraseContainer {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.mx_CreateSecretStorageDialog_passPhraseHelp {
|
||||
|
||||
Reference in New Issue
Block a user