Commit 23c43b95 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences for builds.css

parent 1614089f
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
position: relative; position: relative;
} }
.build-trace { .build-trace {
@include build-trace(); @include build-trace();
} }
...@@ -392,3 +391,14 @@ ...@@ -392,3 +391,14 @@
right: 0; right: 0;
margin-top: -17px; margin-top: -17px;
} }
@include media-breakpoint-down(sm) {
.top-bar {
.truncated-info {
white-space: nowrap;
overflow: hidden;
max-width: 220px;
text-overflow: ellipsis;
}
}
}
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