blob: 5a8c783e4162a9cd1d0924e43dbfcf2e528c78be [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
@import "common-style/sizes.css";
@import "common-style/theme.css";
.field {
font-size: var(--size-font-small);
margin-bottom: var(--size-space-small);
}
.field.collapsed {
border-bottom: var(--border);
}
.field .header h4 {
margin: 0;
color: var(--color-text-secondary);
flex: 1;
}
.field .header {
display: flex;
flex-direction: row;
word-break: break-word;
}
.field .content {
white-space: normal;
word-break: break-word;
}