Commit fd86ce4f authored by Kushal Pandya's avatar Kushal Pandya

Fix node action buttons alignment

parent 70bcd515
......@@ -48,7 +48,7 @@
<template>
<div class="row-fluid clearfix node-detail-section primary-section">
<div class="col-md-8">
<div class="col-md-8 section-items-container">
<div class="detail-section-item node-version">
<div class="node-detail-title">
{{ s__('GeoNodes|GitLab version') }}
......
......@@ -129,11 +129,17 @@
}
.section-items-container {
display: inline-block;
.node-detail-item {
&:first-child {
margin-top: 0;
}
}
@include media-breakpoint-down(sm) {
width: 95%;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment