1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 19:54:24 +02:00

Bump version to 3.0.142

This commit is contained in:
Ryan Cramer
2019-10-11 14:29:03 -04:00
parent 573048abb4
commit 3702ef8408
3 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 141; const versionRevision = 142;
/** /**
* Version suffix string (when applicable) * Version suffix string (when applicable)

File diff suppressed because one or more lines are too long

View File

@@ -507,10 +507,13 @@ $focusPointCircleSize: 40px;
padding: 20px; padding: 20px;
flex-grow: 1; flex-grow: 1;
.InputfieldFileDescription,
.InputfieldFileTags {
input { input {
width: 100%; width: 100%;
} }
} }
}
&__image { &__image {
position: relative; position: relative;