Fix userlist in /pad

This commit is contained in:
yflory 2017-03-02 12:28:01 +01:00
parent a9afa24428
commit 2b20eef464
2 changed files with 6 additions and 3 deletions

View file

@ -309,7 +309,10 @@
float: left;
margin-bottom: -1px;
.cryptpad-user-list {
float: right;
//float: right;
pre {
white-space: pre;
}
}
button {
margin: 2px 4px 2px 0px;

View file

@ -372,8 +372,8 @@
float: left;
margin-bottom: -1px;
}
.cryptpad-toolbar-leftside .cryptpad-user-list {
float: right;
.cryptpad-toolbar-leftside .cryptpad-user-list pre {
white-space: pre;
}
.cryptpad-toolbar-leftside button {
margin: 2px 4px 2px 0px;