easy_invoices 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a6f355cd2ba71f396a7ad7a5a6d7da2267f2b0048bdbaf625b4a7d964ab0285
4
- data.tar.gz: 6bfc88a05d28f2842725a4d9b47dd93a208dd56192168b9060b2cf5a10ce5106
3
+ metadata.gz: 836bdc8d23176a265a8c4124bafbe4b2ed84096a980463baca7187b3e4611aba
4
+ data.tar.gz: 1465ae86d6c3f6c215a7d1979ff01d5a824863ec440a10a298922776b4a74e78
5
5
  SHA512:
6
- metadata.gz: 0f8e1003f1248d8ec1d6f44e933d4d36ee432643d2ba8a5cc778eb65c907f1e21e4170ea8b55285bec3654c147938b0c2058160df3914e81e97df1f9acf580c9
7
- data.tar.gz: cb07c66bb2a2f7c7e1a999400fab9581a95a57ea640584c174e00defdc382b907e11d04079710647c583e216164ad49b9f4214fbe4560d9d54f679bb88e4411d
6
+ metadata.gz: 9db2b2bb41c21855daa68f8d7a9c753898c11973e279951562b1e02d540a89f43712d0bbc70fa223ed1f00d4ba0c98a1e83bbf5354def48c414f1cb6edd043f4
7
+ data.tar.gz: a5ff9db25f28df40519c245be32110026420904941ef90013a53ffec01f634b0bd841539532e53aac9d0da105305dcc67bdf0176843b66ff56663e46ba3ee4e8
@@ -54,6 +54,7 @@
54
54
  .main table {
55
55
  border-collapse: collapse;
56
56
  margin-bottom: 30px;
57
+ width: 100%;
57
58
  }
58
59
 
59
60
  .main table th {
@@ -107,6 +107,7 @@
107
107
  table.positions {
108
108
  border-collapse: collapse;
109
109
  margin-bottom: 20px;
110
+ width: 100%;
110
111
  }
111
112
 
112
113
  table.positions th {
@@ -1,3 +1,3 @@
1
1
  module EasyInvoices
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_invoices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kairat Zhumaniyazov