diff --git a/projects/mastolists/src/app/followings/matrix/matrix.component.html b/projects/mastolists/src/app/followings/matrix/matrix.component.html
index fa89f85..1f21c56 100644
--- a/projects/mastolists/src/app/followings/matrix/matrix.component.html
+++ b/projects/mastolists/src/app/followings/matrix/matrix.component.html
@@ -40,9 +40,9 @@
-
+
|
diff --git a/projects/mastolists/src/app/followings/table/table.component.html b/projects/mastolists/src/app/followings/table/table.component.html
index c2a0c03..0586ad8 100644
--- a/projects/mastolists/src/app/followings/table/table.component.html
+++ b/projects/mastolists/src/app/followings/table/table.component.html
@@ -36,7 +36,7 @@
{{list.title}}
-
+
Remove Account from list
@@ -46,7 +46,7 @@
-
+
Add Account to list
diff --git a/projects/mastolists/src/app/followings/table/table.component.scss b/projects/mastolists/src/app/followings/table/table.component.scss
index 47a7af4..03b14ba 100644
--- a/projects/mastolists/src/app/followings/table/table.component.scss
+++ b/projects/mastolists/src/app/followings/table/table.component.scss
@@ -24,7 +24,7 @@ table {
&.large {
min-width: 400px;
}
- max-width: calc(100vw / 3);
+ max-width: calc(100vw / 4);
overflow: hidden;
text-overflow: ellipsis;
}
|