Book Pauk 6 лет назад
Родитель
Сommit
ce6f41dbe4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/components/Reader/CopyTextPage/CopyTextPage.vue

+ 1 - 1
client/components/Reader/CopyTextPage/CopyTextPage.vue

@@ -130,7 +130,7 @@ class CopyTextPage extends Vue {
     flex: 1;
     overflow-wrap: anywhere;
     overflow-y: auto;
-    margin: 0 10px 0 10px;
+    padding: 0 10px 0 10px;
     position: relative;
     font-size: 120%;
 }