@useblu/ocean-core 1.30.0 → 1.30.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.30.1](https://github.com/ocean-ds/ocean-web/compare/v1.30.0...v1.30.1) (2022-03-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **textarea:** add width 100% to textarea ([#940](https://github.com/ocean-ds/ocean-web/issues/940)) ([075cc1a](https://github.com/ocean-ds/ocean-web/commit/075cc1a34b704fecfb563cc645a8f93b8437c7f7))
11
+
6
12
  # [1.30.0](https://github.com/ocean-ds/ocean-web/compare/v1.29.3...v1.30.0) (2022-03-10)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1187,6 +1187,7 @@
1187
1187
  outline: none;
1188
1188
  padding: 16px;
1189
1189
  resize: none;
1190
+ width: 100%;
1190
1191
  }
1191
1192
  .ods-textarea::-moz-placeholder {
1192
1193
  color: #d8dae8;