Compare commits
No commits in common. "12f231aa411954dcfa9ff12b1937a18e562f150a" and "5bbed854a4ea24e06d1a187c4c7056d67d7aea6d" have entirely different histories.
12f231aa41
...
5bbed854a4
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template pTemplate="body" let-value let-editing="editing" let-ri="rowIndex">
|
||||
<tr class="content-table-row" [pEditableRow]="value" style="display: flex;">
|
||||
<tr [pEditableRow]="value" style="display: flex;">
|
||||
<td style="flex: 3;">
|
||||
<p-cellEditor>
|
||||
<ng-template pTemplate="input">
|
||||
|
@ -712,8 +712,7 @@ p-inputNumber {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
app-config-list,
|
||||
app-feature-flag-list {
|
||||
app-config-list {
|
||||
.content-row {
|
||||
.content-column {
|
||||
flex-direction: column;
|
||||
@ -724,15 +723,6 @@ p-inputNumber {
|
||||
.content-data-value-row {
|
||||
.content-table-row {
|
||||
flex-direction: column;
|
||||
|
||||
p-inputSwitch {
|
||||
display: flex;
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
p-cellEditor {
|
||||
justify-content: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -780,8 +770,4 @@ p-inputNumber {
|
||||
gap: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
p-dropdown {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user