Merge remote-tracking branch 'upstream/develop' into account-menu-react

This commit is contained in:
VardanHakobyan
2021-06-07 17:43:07 +04:00
11 changed files with 51 additions and 17 deletions

View File

@@ -171,6 +171,18 @@
align-items: flex-start;
}
.whitespace-nowrap {
white-space: nowrap;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-ellipsis {
text-overflow: ellipsis;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.