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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
60736db4
Commit
60736db4
authored
Apr 12, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove max-width from comments
parent
d3ff7ca0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+0
-8
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-6
No files found.
app/assets/stylesheets/pages/note_form.scss
View file @
60736db4
...
...
@@ -16,7 +16,6 @@
.new-note
{
margin
:
0
;
border
:
none
;
border-right
:
1px
solid
$table-border-gray
;
}
}
...
...
@@ -90,7 +89,6 @@
.discussion-form
{
padding
:
$gl-padding-top
$gl-padding
;
background-color
:
$white-light
;
border-right
:
1px
solid
$table-border-gray
;
}
.note-edit-form
{
...
...
@@ -132,13 +130,7 @@
.discussion-reply-holder
{
background-color
:
$white-light
;
border-right
:
1px
solid
$table-border-gray
;
padding
:
10px
16px
;
max-width
:
800px
;
.new-note
{
border-right
:
none
;
}
}
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
60736db4
...
...
@@ -173,14 +173,8 @@ ul.notes {
border-width
:
1px
;
}
.new-note
{
max-width
:
800px
;
}
.notes
{
max-width
:
800px
;
background-color
:
$white-light
;
border-right
:
1px
solid
$table-border-gray
;
}
}
}
...
...
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