Text alignment issue on structure tab

Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
This commit is contained in:
Nikhil Nagdev 2019-12-07 03:16:01 +05:30 committed by William Desportes
parent 7b99159b04
commit d533201fa0
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 16 additions and 0 deletions

View File

@ -1947,6 +1947,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -1986,6 +1986,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -1634,6 +1634,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -2013,6 +2013,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}