Explorar o código

Automatic fix rtlcss
From https://github.com/FreshRSS/FreshRSS/pull/3817

Alexandre Alapetite %!s(int64=4) %!d(string=hai) anos
pai
achega
68dc18a7aa
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      p/themes/base-theme/template.rtl.css

+ 5 - 1
p/themes/base-theme/template.rtl.css

@@ -74,7 +74,7 @@ sup {
 
 kbd {
 	background-color: #eee;
-	padding: 2px 4px 2px 24px;
+	padding: 2px 24px 2px 4px;
 	display: inline-block;
 	color: #333;
 	border: 1px solid #b4b4b4;
@@ -173,6 +173,10 @@ button.as-link[disabled] {
 }
 
 /*=== Tables */
+.table-wrapper {
+	overflow-x: auto;
+}
+
 table {
 	max-width: 100%;
 }