mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Clean up the SCSS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
14a3b88497
commit
95d93d143e
1 changed files with 0 additions and 5 deletions
|
@ -16,11 +16,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_streamSelectorDialog {
|
||||
-ms-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.mx_streamSelectorDialog_tabLabels {
|
||||
|
@ -35,7 +31,6 @@ limitations under the License.
|
|||
border-radius: 8px;
|
||||
padding: 8px 0;
|
||||
font-size: $font-13px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_streamSelectorDialog_tabLabel_selected {
|
||||
|
|
Loading…
Reference in a new issue