1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Clean up the SCSS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2020-12-28 08:38:29 +01:00
parent 14a3b88497
commit 95d93d143e

View File

@@ -16,11 +16,7 @@ limitations under the License.
*/ */
.mx_streamSelectorDialog { .mx_streamSelectorDialog {
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; overflow: hidden;
margin: 0 auto;
} }
.mx_streamSelectorDialog_tabLabels { .mx_streamSelectorDialog_tabLabels {
@@ -35,7 +31,6 @@ limitations under the License.
border-radius: 8px; border-radius: 8px;
padding: 8px 0; padding: 8px 0;
font-size: $font-13px; font-size: $font-13px;
position: relative;
} }
.mx_streamSelectorDialog_tabLabel_selected { .mx_streamSelectorDialog_tabLabel_selected {