Let CSS determine which application row is last
This commit is contained in:
parent
fc0b8252df
commit
d13646d952
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
.cluster-application-row {
|
||||
border-bottom: 1px solid $border-color;
|
||||
padding: $gl-padding;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
border-bottom-left-radius: calc(#{$border-radius-default} - 1px);
|
||||
border-bottom-right-radius: calc(#{$border-radius-default} - 1px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue