Add margin between the + icon and the text on the prototype manager add button
This commit is contained in:
parent
393e91098c
commit
d408c74eaa
1 changed files with 3 additions and 0 deletions
3
static/css/directives/ui/prototype-manager.css
Normal file
3
static/css/directives/ui/prototype-manager.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.prototype-manager-element i.fa {
|
||||
margin-right: 4px;
|
||||
}
|
Reference in a new issue