Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-28 00:39:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb132ffb20005807c83b6e23566858bf65573a14
bb132ffb
1 parent
428c47e4
change ul style (flex-direction:column)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Routes/Room/RoomPresenter.js
front/src/Routes/Room/RoomPresenter.js
View file @
bb132ff
...
...
@@ -107,7 +107,7 @@ const RoomContainer = styled.div`
const
RoomUL
=
styled
.
ul
`
width: 100%;
display: flex;
flex-direction:
row
;
flex-direction:
column
;
justify-content: space-between;
svg {
color: white;
...
...
Please
register
or
login
to post a comment