Skip to content

Commit

Permalink
fix: add grid areas workaround locally until available in Spectrum CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Sep 12, 2022
1 parent 2f6f314 commit 4c5ed9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/dialog/src/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ governing permissions and limitations under the License.
width: 100%;
height: auto;
}

.grid {
grid-template-areas:
'hero hero hero hero hero hero'
'. . . . . .'
'. heading heading heading typeIcon .'
'. divider divider divider divider .'
'. content content content content .'
'. footer footer buttonGroup buttonGroup .'
'. . . . . .';
}

0 comments on commit 4c5ed9d

Please sign in to comment.