Merge pull request #3282 from Half-Shot/develop

Don't overflow directory network options
This commit is contained in:
Matthew Hodgson 2017-02-22 01:13:14 +00:00 committed by GitHub
commit 6690df1203

View file

@ -44,6 +44,9 @@ limitations under the License.
line-height: 35px;
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mx_NetworkDropdown_networkoption img {