/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ .Secrets { .TableCell { &.name { flex: 1.5; } &.warning { @include table-cell-warning; } &.labels { @include table-cell-labels-offsets; } a.filterNamespace { border-bottom: unset; } } }