Skip to content

Instantly share code, notes, and snippets.

@minhhungit
Created September 29, 2019 23:47
Show Gist options
  • Save minhhungit/be1b81b780574d715923ee467642eefa to your computer and use it in GitHub Desktop.
Save minhhungit/be1b81b780574d715923ee467642eefa to your computer and use it in GitHub Desktop.
.s-Form label.caption {
margin-bottom: 2px;
text-align: left;
flex-basis: 100%;
}
.flex-layout .field {
flex-wrap: wrap;
}
.s-Supplier-SupplierDialog {
> .size {
.widthAndMin(480px);
.heightAndMin(635px);
}
.caption {
width: 150px;
margin-bottom: 2px;
text-align: left;
flex-basis: 100%;
}
.field {
flex-wrap: wrap;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment