center a div

This commit is contained in:
Nate Butler 2023-11-07 16:23:41 -05:00
parent acab2f9003
commit 3a85beeaa5
4 changed files with 14 additions and 14 deletions

View file

@ -3710,10 +3710,10 @@ impl Render for Workspace {
self.modal_layer
.read(cx)
.render(self, cx)
.relative()
.flex_1()
.w_full()
.flex()
.flex_row()
.overflow_hidden()
.border_t()
.border_b()