Merge branch 'msg' into staging
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
min-height: 100%;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
flex-shrink: 0;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
button {
|
||||
@@ -96,6 +96,15 @@
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
// I tried using flexbox but messed with how the pencil icon was displayed
|
||||
#inviteButton {
|
||||
float: right;
|
||||
}
|
||||
#viewProfileButton {
|
||||
margin-bottom: 20px;
|
||||
float: right;
|
||||
}
|
||||
#description {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user