float connect button right because flex styles messed up the pencil icon

This commit is contained in:
ansuz
2017-07-10 08:56:28 +02:00
parent 21f1527c71
commit ecef970250

View File

@@ -95,6 +95,11 @@
line-height: 40px;
}
}
// I tried using flexbox but messed with how the pencil icon was displayed
#inviteButton {
float: right;
}
#description {
position: relative;
font-size: 16px;