Fossil SCM
Fix misalignment of the Attacher widget's add-a-row button.
Commit
ddb40c531647b8bd9100266ecd18949321e8c0dbe7f8c56584420b6e59719883
Parent
e068cffcbe6558f…
1 file changed
+1
+1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -2124,10 +2124,11 @@ | ||
| 2124 | 2124 | } |
| 2125 | 2125 | .Attacher .attach-controls .attach-add-button { |
| 2126 | 2126 | padding: 0.5em 1em; |
| 2127 | 2127 | cursor: pointer; |
| 2128 | 2128 | flex-grow: 2; |
| 2129 | + line-height: initial/*work around an inherited alignment quirk*/; | |
| 2129 | 2130 | } |
| 2130 | 2131 | |
| 2131 | 2132 | .animate-entrance { |
| 2132 | 2133 | animation: slideFadeIn 0.25s ease-out forwards; |
| 2133 | 2134 | transform-origin: top; |
| 2134 | 2135 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -2124,10 +2124,11 @@ | |
| 2124 | } |
| 2125 | .Attacher .attach-controls .attach-add-button { |
| 2126 | padding: 0.5em 1em; |
| 2127 | cursor: pointer; |
| 2128 | flex-grow: 2; |
| 2129 | } |
| 2130 | |
| 2131 | .animate-entrance { |
| 2132 | animation: slideFadeIn 0.25s ease-out forwards; |
| 2133 | transform-origin: top; |
| 2134 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -2124,10 +2124,11 @@ | |
| 2124 | } |
| 2125 | .Attacher .attach-controls .attach-add-button { |
| 2126 | padding: 0.5em 1em; |
| 2127 | cursor: pointer; |
| 2128 | flex-grow: 2; |
| 2129 | line-height: initial/*work around an inherited alignment quirk*/; |
| 2130 | } |
| 2131 | |
| 2132 | .animate-entrance { |
| 2133 | animation: slideFadeIn 0.25s ease-out forwards; |
| 2134 | transform-origin: top; |
| 2135 |