From 8524e342eb811d112c3bec6a9486fb2926be0ae2 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Fri, 22 Nov 2019 15:44:09 +0200 Subject: [PATCH] dialog content width removed --- src/routes/Addons/styles.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/routes/Addons/styles.less b/src/routes/Addons/styles.less index d97a130ea..ff3b7f2c1 100644 --- a/src/routes/Addons/styles.less +++ b/src/routes/Addons/styles.less @@ -124,8 +124,6 @@ } .add-addon-prompt-container { - width: 30rem; - .url-content { flex: 1; width: 100%; @@ -141,13 +139,7 @@ } .addon-prompt-container { - width: 50rem; - .cancel-button { background-color: var(--color-surfacedark); } -} - -.share-prompt-container { - width: 30rem; } \ No newline at end of file