We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f1e80e + 961b957 commit 0c86cacCopy full SHA for 0c86cac
lib/at_semantic-ui.css
@@ -11,6 +11,12 @@
11
.at-left {
12
text-align: left !important;
13
}
14
+.at-grid {
15
+ height: 100%;
16
+}
17
+.at-column {
18
+ max-width: 520px;
19
20
.at-input.validating * {
21
cursor: progress;
22
@@ -20,4 +26,4 @@
26
.at-signin-link,
27
.at-signup-link {
28
margin-top: 1rem;
23
-}
29
lib/full_page_at_form.html
@@ -1,6 +1,6 @@
1
<template name="fullPageAtForm">
2
- <div class="at-grid ui center aligned grid">
3
- <div class="at-column middle aligned column">
+ <div class="at-grid ui middle aligned centered grid">
+ <div class="at-column column">
4
{{> atForm}}
5
</div>
6
0 commit comments