set max-width of action buttons

closes #254
This commit is contained in:
Collin M. Barrett 2018-03-24 13:30:50 -05:00
parent 3971cd38bf
commit ab23fef24c
2 changed files with 5 additions and 5 deletions

View file

@ -11,6 +11,7 @@
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AFTER_TYPECAST_PARENTHESES/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_CHAINED_BINARY_EXPRESSIONS/@EntryValue">CHOP_IF_LONG</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_CHAINED_METHOD_CALLS/@EntryValue">CHOP_IF_LONG</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CssFormatter/PROPERTIES_STYLE/@EntryValue">SEPARATE_LINES</s:String>
<s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue">&lt;?xml version="1.0" encoding="utf-16"?&gt;&#xD;
&lt;Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns"&gt;&#xD;
&lt;TypePattern DisplayName="Non-reorderable types"&gt;&#xD;

View file

@ -7,7 +7,6 @@ body, h2, h3, h4, h5, blockquote {
min-width: 0 !important;
}
/* center align react-table row elements */
.rt-tr {
-ms-align-items: center;
-o-align-items: center;
@ -20,16 +19,16 @@ body, h2, h3, h4, h5, blockquote {
}
.panel-list-details {
padding: 20px;
margin-bottom: 0;
padding: 20px;
}
.panel-maintainer {
padding: 20px;
margin-bottom: 0;
padding: 20px;
}
.btn-expander-link {
margin-top: 0;
margin-bottom: 5px;
margin: 0 auto 5px auto;
max-width: 250px;
}