Skip to content

Commit

Permalink
Text alignment issue on structure tab
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
  • Loading branch information
NikhilNagdev authored and williamdes committed Apr 25, 2020
1 parent 7b99159 commit d533201
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/bootstrap/scss/_common.scss
Expand Up @@ -1947,6 +1947,10 @@ input#input_import_file {
}
}

#tablestructure tbody label {
margin: 0.3rem 0;
}

#structure-action-links a {
margin-#{$right}: 1em;
}
Expand Down
4 changes: 4 additions & 0 deletions themes/metro/scss/_common.scss
Expand Up @@ -1986,6 +1986,10 @@ input#input_import_file {
}
}

#tablestructure tbody label {
margin: 0.3rem 0;
}

#structure-action-links a {
margin-#{$right}: 1em;
}
Expand Down
4 changes: 4 additions & 0 deletions themes/original/scss/_common.scss
Expand Up @@ -1634,6 +1634,10 @@ input#input_import_file {
}
}

#tablestructure tbody label {
margin: 0.3rem 0;
}

#structure-action-links a {
margin-#{$right}: 1em;
}
Expand Down
4 changes: 4 additions & 0 deletions themes/pmahomme/scss/_common.scss
Expand Up @@ -2013,6 +2013,10 @@ input#input_import_file {
}
}

#tablestructure tbody label {
margin: 0.3rem 0;
}

#structure-action-links a {
margin-#{$right}: 1em;
}
Expand Down

0 comments on commit d533201

Please sign in to comment.