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:
@@ -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
@@ -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;
|
||||||
|
Reference in New Issue
Block a user