mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
190 B
CSS
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;
|
|
}
|