Removes EE differences for builds.css
This commit is contained in:
parent
1614089fcf
commit
23c43b95a2
1 changed files with 11 additions and 1 deletions
|
@ -50,7 +50,6 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.build-trace {
|
||||
@include build-trace();
|
||||
}
|
||||
|
@ -392,3 +391,14 @@
|
|||
right: 0;
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.top-bar {
|
||||
.truncated-info {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 220px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue