mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
3971cd38bf
commit
ab23fef24c
2 changed files with 5 additions and 5 deletions
|
|
@ -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"><?xml version="1.0" encoding="utf-16"?>
|
||||
<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
|
||||
<TypePattern DisplayName="Non-reorderable types">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue