Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
ce88466e
Commit
ce88466e
authored
Sep 06, 2017
by
Matthew Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak formatting for message content
helps with comment formatting
parent
2bd9b184
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
src/components/social-message/social-message.scss
src/components/social-message/social-message.scss
+1
-1
src/views/messages/messages.scss
src/views/messages/messages.scss
+20
-1
No files found.
src/components/social-message/social-message.scss
View file @
ce88466e
...
...
@@ -18,7 +18,7 @@
}
.social-message-content
{
max-width
:
60%
;
max-width
:
38
.75rem
;
}
a
.social-messages-profile-link
{
...
...
src/views/messages/messages.scss
View file @
ce88466e
...
...
@@ -101,6 +101,7 @@
.comment-text
{
background-color
:
$ui-white
;
max-width
:
32
.25rem
;
}
.flex-row.mod-comment-message
{
...
...
@@ -108,6 +109,10 @@
align-items
:
flex-start
;
}
.comment-message-info
{
text-align
:
left
;
}
.comment-message-info-img
{
width
:
40px
;
height
:
40px
;
...
...
@@ -118,6 +123,10 @@
margin
:
1rem
auto
;
}
.emoji-text.mod-comment
{
word-wrap
:
break-word
;
}
@media
only
screen
and
(
max-width
:
$mobile
-
1
)
{
.flex-row.admin-message-header
,
.flex-row.mod-comment-message
{
...
...
@@ -125,7 +134,7 @@
}
.comment-text
{
max-width
:
60%
;
max-width
:
11
.75rem
;
}
}
...
...
@@ -134,4 +143,14 @@
.flex-row.mod-comment-message
{
flex-direction
:
row
;
}
.comment-text
{
max-width
:
21
.5rem
;
}
}
@media
only
screen
and
(
min-width
:
$tablet
)
and
(
max-width
:
$desktop
-
1
)
{
.comment-text
{
max-width
:
25
.75rem
;
}
}
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