Unverified Commit 75d35cad authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S,...

Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S, Gauravmahlawat, codewithlakshay, hmendes: Dialog width and positioning issues in Claro

(cherry picked from commit 703f46da)
parent 2f6cbfb6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@
 */

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@
@import "../base/variables.pcss.css";

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  border-radius: var(--jui-dialog-border-radius);