Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
23c43b95
Commit
23c43b95
authored
Mar 20, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for builds.css
parent
1614089f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+11
-1
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
23c43b95
...
@@ -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
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment