Files
NativeScript/e2e/ui-tests-app/app/flexbox/flexbox-4834-page.css
2019-06-20 15:58:36 +03:00

15 lines
190 B
CSS

image {
width: 40;
height: 40;
flex-grow: 0;
flex-shrink: 0;
}
Label {
border-width: 1;
border-color: black;
padding: 0;
flex-grow: 1;
flex-shrink: 1;
}