mirror of
https://github.com/apache/superset.git
synced 2026-06-05 15:49:27 +00:00
fix(css-selector): Fixed incorrect css-selector for CRUD page reported by sonarqube report as a critical vulnerability (#7034)
This commit is contained in:
committed by
Maxime Beauchemin
parent
0782e831cd
commit
4ca2cc1ef2
@@ -19,11 +19,11 @@
|
||||
.CRUD i.fa-caret-down, i.fa-caret-up {
|
||||
width: '5px';
|
||||
}
|
||||
.CRUD td.expanded = {
|
||||
.CRUD td.expanded {
|
||||
border-top: '0px';
|
||||
padding: '0px';
|
||||
}
|
||||
.CRUD .frame = {
|
||||
.CRUD .frame {
|
||||
border: '1px solid #AAA';
|
||||
border-radius: 5;
|
||||
padding: 10;
|
||||
|
||||
Reference in New Issue
Block a user