Text alignment issue on structure tab
Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
This commit is contained in:
parent
7b99159b04
commit
d533201fa0
@ -1947,6 +1947,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -1986,6 +1986,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -1634,6 +1634,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -2013,6 +2013,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user