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:
@@ -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
@@ -507,8 +507,11 @@ $focusPointCircleSize: 40px;
|
||||
padding: 20px;
|
||||
flex-grow: 1;
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
.InputfieldFileDescription,
|
||||
.InputfieldFileTags {
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user