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:
parent
38e75aaae0
commit
e7928e8def
6 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_MemberDeviceInfo {
|
||||
display: flex;
|
||||
padding-bottom: 10px;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.mx_MemberDeviceInfo_icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue