| Index: chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
|
| diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
|
| index 154b20cf08662d45abcdff7b8f26d6f081e5db4d..b19499df397d369f55692c7af656d33a54e97add 100644
|
| --- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
|
| +++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
|
| @@ -399,3 +399,17 @@ table .removed {
|
| .info-container fieldset {
|
| -webkit-margin-start: 1em;
|
| }
|
| +
|
| +/* Value Control */
|
| +.value-control > div {
|
| + display: flex;
|
| + margin: 4px 0;
|
| +}
|
| +
|
| +.value-control > div > input {
|
| + flex-grow: 1;
|
| +}
|
| +
|
| +.value-control > div:nth-of-type(2) {
|
| + justify-content: flex-end;
|
| +}
|
|
|