mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
9 lines
84 B
CSS
9 lines
84 B
CSS
body {
|
|
width: 400px;
|
|
min-height: 150px;
|
|
}
|
|
|
|
#editdialog input {
|
|
width: 100%;
|
|
}
|