Commit 2413bb01 authored by Theo Johnson-kanu's avatar Theo Johnson-kanu Committed by Chromium LUCI CQ

[CrOS cellular] Updated rename and remove dialog width

Screenshot: https://screenshot.googleplex.com/3iiZMSnumBBEyB6.png

Bug: 1093185
Change-Id: If5c3b664f3affc958cad4a0042a0d6552ed56180
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597766Reviewed-by: default avatarAzeem Arshad <azeemarshad@chromium.org>
Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com>
Cr-Commit-Position: refs/heads/master@{#838248}
parent 7d84938b
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
<dom-module id="esim-remove-profile-dialog"> <dom-module id="esim-remove-profile-dialog">
<template> <template>
<style> <style>
:host {
--cr-dialog-width: 324px;
}
#cancel { #cancel {
margin-inline-end: 8px; margin-inline-end: 8px;
} }
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
<dom-module id="esim-rename-dialog"> <dom-module id="esim-rename-dialog">
<template> <template>
<style> <style>
:host {
--cr-dialog-width: 324px;
}
#cancel { #cancel {
margin-inline-end: 8px; margin-inline-end: 8px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment