Skip to content

Commit

Permalink
[affected:*][ci:force] - Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Apr 16, 2024
1 parent cdd5233 commit 7db6c21
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ h2.adf-search-results-label {
}
}


.adf-content-node-selector-panel {
.adf-toolbar .adf-toolbar-container.adf-toolbar-container-row {
max-height: 48px;
Expand Down Expand Up @@ -128,6 +127,10 @@ h2.adf-search-results-label {
.adf-datatable-list {
border: none;

.adf-name-location-cell-location {
display: none;
}

.adf-datatable-selected {
height: 100%;
width: 100%;
Expand Down Expand Up @@ -189,12 +192,6 @@ h2.adf-search-results-label {
}
}

.adf-datatable-list {
.adf-name-location-cell-location {
display: none;
}
}

&-searchLayout {
.adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ adf-content-node-selector {

.adf-content-node-selector-content-input-icon {
font-size: 21px;
padding: 18px 0 0 0;
padding: 18px 0 0;
margin-right: -4px;
}

Expand All @@ -76,7 +76,7 @@ adf-content-node-selector {
padding: 0;

&::before {
display: none
display: none;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

&--header {
padding: 16px 24px 0 24px;
padding: 16px 24px 0;
}

&--dialog-content {
Expand Down
Loading

0 comments on commit 7db6c21

Please sign in to comment.