1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +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
*
*/
const versionRevision = 141;
const versionRevision = 142;
/**
* Version suffix string (when applicable)

File diff suppressed because one or more lines are too long

View File

@@ -507,8 +507,11 @@ $focusPointCircleSize: 40px;
padding: 20px;
flex-grow: 1;
input {
width: 100%;
.InputfieldFileDescription,
.InputfieldFileTags {
input {
width: 100%;
}
}
}