mirror of https://github.com/apache/nifi.git
[NIFI-13331] set default table density to -4 for all listings in nifi (#8925)
This closes #8925
This commit is contained in:
parent
6206f0f008
commit
e22ca038ed
|
@ -15,12 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
.manage-remote-ports-table {
|
||||
.listing-table {
|
||||
@include mat.table-density(-4);
|
||||
|
||||
table {
|
||||
.mat-column-moreDetails {
|
||||
width: 52px;
|
||||
|
|
|
@ -14,11 +14,3 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
.parameter-table {
|
||||
.listing-table {
|
||||
@include mat.table-density(-4);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
@include mat.button-density(-1);
|
||||
|
||||
.listing-table {
|
||||
@include mat.table-density(-4);
|
||||
|
||||
table {
|
||||
.fa.fa-shield {
|
||||
width: 10px;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
@mixin styles() {
|
||||
.listing-table {
|
||||
@include mat.table-density(-4);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue