From acaa9b97bd539a2f7481ea25700fb894075b74e2 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 22 Jun 2022 21:27:39 +0530 Subject: [PATCH] Horizontal line issue --- src/components/StorageLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StorageLayout.vue b/src/components/StorageLayout.vue index bfd3954..d7a5d40 100755 --- a/src/components/StorageLayout.vue +++ b/src/components/StorageLayout.vue @@ -373,7 +373,7 @@ a { .storage-layout hr{ position: static; - width: 920px; + width: 100%; height: 1px; left: 0px; top: 0px; -- GitLab