Clean up multiple textstring(repeatable textstring) view - (#2934)
* Clean up multiple textstring(repeatable textstring) view - Introduced some styling rules to make the view look cleaner * Removes unnecessary additional included files from csproj
This commit is contained in:
committed by
Sebastiaan Janssen
parent
5986899b5e
commit
010a2e012e
@@ -126,6 +126,7 @@
|
||||
@import "components/umb-querybuilder.less";
|
||||
@import "components/umb-pagination.less";
|
||||
@import "components/umb-mini-list-view.less";
|
||||
@import "components/umb-multiple-textbox.less";
|
||||
@import "components/umb-badge.less";
|
||||
@import "components/umb-nested-content.less";
|
||||
@import "components/umb-checkmark.less";
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
.umb-multiple-textbox .textbox-wrapper{
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.umb-multiple-textbox .textbox-wrapper:last-child {
|
||||
padding: 5px 0 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user