Increase settings column widths
Bug: Issue 6957 Change-Id: Ib0216d12a16756e959ab42efb956c8af14f3f0c8
This commit is contained in:
		@@ -24,7 +24,7 @@ limitations under the License.
 | 
			
		||||
  <template>
 | 
			
		||||
    <style include="shared-styles">
 | 
			
		||||
      #agreements .nameColumn {
 | 
			
		||||
        min-width: 11em;
 | 
			
		||||
        min-width: 15em;
 | 
			
		||||
        width: auto;
 | 
			
		||||
      }
 | 
			
		||||
      #agreements .descriptionColumn {
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ limitations under the License.
 | 
			
		||||
        color: #666;
 | 
			
		||||
        font-weight: bold;
 | 
			
		||||
        padding-right: .5em;
 | 
			
		||||
        width: 11em;
 | 
			
		||||
        width: 15em;
 | 
			
		||||
      }
 | 
			
		||||
      .gr-form-styles iron-autogrow-textarea {
 | 
			
		||||
        font-size: 1em;
 | 
			
		||||
@@ -68,11 +68,11 @@ limitations under the License.
 | 
			
		||||
      }
 | 
			
		||||
      .gr-form-styles th:first-child,
 | 
			
		||||
      .gr-form-styles td:first-child {
 | 
			
		||||
        width: 11em;
 | 
			
		||||
        width: 15em;
 | 
			
		||||
      }
 | 
			
		||||
      .gr-form-styles th:first-child input,
 | 
			
		||||
      .gr-form-styles td:first-child input {
 | 
			
		||||
        width: 10em;
 | 
			
		||||
        width: 14em;
 | 
			
		||||
      }
 | 
			
		||||
      .gr-form-styles input:not([type="checkbox"]),
 | 
			
		||||
      .gr-form-styles select,
 | 
			
		||||
@@ -110,7 +110,7 @@ limitations under the License.
 | 
			
		||||
          font-size: 1em;
 | 
			
		||||
          height: 2em;
 | 
			
		||||
          padding: 0 .15em;
 | 
			
		||||
          width: 10em;
 | 
			
		||||
          width: 14em;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      @media only screen and (max-width: 40em) {
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ limitations under the License.
 | 
			
		||||
      }
 | 
			
		||||
      main {
 | 
			
		||||
        margin: 2em auto;
 | 
			
		||||
        max-width: 46em;
 | 
			
		||||
        max-width: 50em;
 | 
			
		||||
      }
 | 
			
		||||
      main.table {
 | 
			
		||||
        margin-top: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user