From d408c74eaa09106c75e39f45e626eb00d487a606 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 1 Apr 2015 14:50:16 -0400 Subject: [PATCH] Add margin between the + icon and the text on the prototype manager add button --- static/css/directives/ui/prototype-manager.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/css/directives/ui/prototype-manager.css diff --git a/static/css/directives/ui/prototype-manager.css b/static/css/directives/ui/prototype-manager.css new file mode 100644 index 000000000..bc8138a61 --- /dev/null +++ b/static/css/directives/ui/prototype-manager.css @@ -0,0 +1,3 @@ +.prototype-manager-element i.fa { + margin-right: 4px; +} \ No newline at end of file