Merge pull request #14473 from frappe/child-table-fix
fix: child table layout in the web-form
This commit is contained in:
commit
75b7efe76c
1 changed files with 6 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ h5.modal-title {
|
|||
}
|
||||
|
||||
.hidden-xs {
|
||||
@extend .d-none;
|
||||
@extend .d-sm-block;
|
||||
@extend .d-block;
|
||||
@extend .d-sm-none;
|
||||
}
|
||||
|
||||
.visible-xs {
|
||||
|
|
@ -216,6 +216,10 @@ h5.modal-title {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.image-with-blur {
|
||||
transition: filter 300ms ease-in-out;
|
||||
filter: blur(1.5rem);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue