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
e797f710
Commit
e797f710
authored
Jan 09, 2017
by
Ryan Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted widths on Admin Area projects page to prevent misaligned floats
parent
2955c8cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+16
-0
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
e797f710
...
@@ -587,11 +587,21 @@ pre.light-well {
...
@@ -587,11 +587,21 @@ pre.light-well {
.project-full-name
{
.project-full-name
{
@include
str-truncated
;
@include
str-truncated
;
@media
(
max-width
:
$screen-xs-max
)
{
max-width
:
50%
;
}
}
}
.controls
{
.controls
{
line-height
:
$list-text-height
;
line-height
:
$list-text-height
;
.badge
{
@media
(
max-width
:
$screen-xs-max
)
{
display
:
none
;
}
}
a
:hover
{
a
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
...
@@ -605,6 +615,12 @@ pre.light-well {
...
@@ -605,6 +615,12 @@ pre.light-well {
top
:
2px
;
top
:
2px
;
}
}
}
}
.description
p
{
@media
(
max-width
:
$screen-xs-max
)
{
max-width
:
50%
;
}
}
}
}
.bottom
{
.bottom
{
...
...
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