about summary refs log tree commit diff
path: root/app/assets/stylesheets/admin.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-17 02:05:15 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-17 02:05:15 +0100
commitdbd80465c8bc9aa389ea0c656bd8c5d6ad1ee6fa (patch)
tree89b95596a8dd069be22fc34ba203787b91771bb4 /app/assets/stylesheets/admin.scss
parentf2931af61ebf2c84d895c398654194321972320d (diff)
Fix small styling issues
Diffstat (limited to 'app/assets/stylesheets/admin.scss')
-rw-r--r--app/assets/stylesheets/admin.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss
index f7c5a5698..e27b88e5f 100644
--- a/app/assets/stylesheets/admin.scss
+++ b/app/assets/stylesheets/admin.scss
@@ -195,6 +195,8 @@
 
 .report-accounts__item {
   flex: 1 1 0;
+  display: flex;
+  flex-direction: column;
 
   & > strong {
     display: block;
@@ -208,6 +210,10 @@
   &:first-child {
     margin-right: 10px;
   }
+
+  .account-card {
+    flex: 1 1 auto;
+  }
 }
 
 .report-status {
@@ -215,7 +221,7 @@
   margin-bottom: 10px;
 
   .activity-stream {
-    flex: 2 0 auto;
+    flex: 2 0 0;
     margin-right: 20px;
   }
 }