Skip to content

Commit 49d137e

Browse files
fix(dialog): design feedback to top-align header content
1 parent 4f08fa7 commit 49d137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dialog/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ governing permissions and limitations under the License.
154154
margin-block-end: var(--spectrum-standard-dialog-spacing-title-to-description);
155155

156156
/* Without this, buttons will be stretched */
157-
align-items: center;
157+
align-items: flex-start;
158158
justify-content: flex-end;
159159

160160
box-sizing: border-box;

0 commit comments

Comments
 (0)