You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/04 16:20:08 UTC

[incubator-superset] branch master updated: remove uneccessary comma (#5564)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f5ad661  remove uneccessary comma (#5564)
f5ad661 is described below

commit f5ad661441d44723e9ee5129ffad04947cc541bb
Author: hitdemo <hi...@gmail.com>
AuthorDate: Sun Aug 5 00:20:01 2018 +0800

    remove uneccessary comma (#5564)
---
 superset/assets/stylesheets/less/cosmo/bootswatch.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/stylesheets/less/cosmo/bootswatch.less b/superset/assets/stylesheets/less/cosmo/bootswatch.less
index 17629c3..af95299 100644
--- a/superset/assets/stylesheets/less/cosmo/bootswatch.less
+++ b/superset/assets/stylesheets/less/cosmo/bootswatch.less
@@ -80,7 +80,7 @@
   margin-right: 6px;
 }
 
-.nav-tabs .dropdown-toggle.btn .caret,  {
+.nav-tabs .dropdown-toggle.btn .caret  {
   margin-left: -12px;
   margin-top: -10px;
 }