make bulk user creation from admin works as a transaction
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 8333bc9217fc7c15003141403849e389b5b3b353..3389c91cce11160ea89a8eec65f0100e7954f472 100644 (file)
           flex-basis: 50%;
         }
       }
+      .form-row {
+        display: flex;
+      }
+      .form-row > label {
+        text-align: left;
+        line-height: 47px;
+        flex: 1;
+      }
+      .form-row > input {
+        flex: 2;
+      }
     </style>
   </head>
   <body>