Skip to content
Snippets Groups Projects
Commit d13646d9 authored by Mike Greiling's avatar Mike Greiling Committed by Thong Kuah
Browse files

Let CSS determine which application row is last

parent fc0b8252
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment